Html Css Color HEX #CB73BB Orchid

📋 copy color: '#CB73BB'

red 203 ◦ green 115 ◦ blue 187

#CB73BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB73BB

Tints of Orchid #CB73BB

RGB

 RED value IS 203 (79.69% from 255) = 40.2%

 GREEN value IS 115 (45.31% from 255) = 22.77%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 40.2%
G = 22.77%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB73BB (or 0xCB73BB) is known color: Orchid. HEX triplet: CB, 73 and BB. RGB value is (203,115,187). Sum of RGB (Red+Green+Blue) = 203+115+187=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73BB is #348C44. Grayscale: #959595. Windows color (decimal): -3443781 or 12284875. OLE color: 12284875.

HSL color Cylindrical-coordinate representation of color #CB73BB: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB73BB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 187 -
CMYK 0 0.43 0.08 0.20
HSL 310.91º 0.46% 0.62% -
HSV(B) 310.91º 0.43% 0.8% -
XYZ 39.73 28.55 50.43 -
YUV 149.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 203 115 187 0 0.43 0.08 0.20 310.91 0.46 0.62
Hex CB 73 BB 0 2B 8 14 137 2E 3E
Octal 313 163 273 0 53 10 24 467 56 76
Binary 11001011 1110011 10111011 0 101011 1000 10100 100110111 101110 111110

Color Harmonies of #CB73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB73BB

Black with #CB73BB

Text Example


Text Example

White with #CB73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB73BB; }

 p { color: rgb(203,115,187); }

 H1.HeaderClassName
 {
   color: #CB73BB;
 }
 .AnyTagClassName
 {
   color: #CB73BB;
 }
</style>

background-color css

<style>
 a { background-color: #CB73BB; }

 a { background-color: rgb(203,115,187); }

 div.DivClassName
 {
   background-color: #CB73BB;
 }
 .BgClassName
 {
   background-color: #CB73BB;
 }
</style>

border-color css

<style>
 span { border-color: #CB73BB; }

 span { border-color: rgb(203,115,187); }

 td.TdClassName
 {
   border-color: #CB73BB;
 }
 .TagClassName
 {
   border-color: #CB73BB;
 }
</style>