Html Css Color HEX #CF73BB Orchid

📋 copy color: '#CF73BB'

red 207 ◦ green 115 ◦ blue 187

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

Shades of Orchid #CF73BB

Tints of Orchid #CF73BB

RGB

 RED value IS 207 (81.25% from 255) = 40.67%

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

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

R = 40.67%
G = 22.59%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF73BB (or 0xCF73BB) is known color: Orchid. HEX triplet: CF, 73 and BB. RGB value is (207,115,187). Sum of RGB (Red+Green+Blue) = 207+115+187=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73BB is #308C44. Grayscale: #969696. Windows color (decimal): -3181637 or 12284879. OLE color: 12284879.

HSL color Cylindrical-coordinate representation of color #CF73BB: hue angle of 313.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF73BB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 187 -
CMYK 0 0.44 0.10 0.19
HSL 313.04º 0.49% 0.63% -
HSV(B) 313.04º 0.44% 0.81% -
XYZ 40.83 29.11 50.48 -
YUV 150.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 207 115 187 0 0.44 0.10 0.19 313.04 0.49 0.63
Hex CF 73 BB 0 2C A 13 139 31 3F
Octal 317 163 273 0 54 12 23 471 61 77
Binary 11001111 1110011 10111011 0 101100 1010 10011 100111001 110001 111111

Color Harmonies of #CF73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73BB

Black with #CF73BB

Text Example


Text Example

White with #CF73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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