Html Css Color HEX #CF72BB Orchid

📋 copy color: '#CF72BB'

red 207 ◦ green 114 ◦ blue 187

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

Shades of Orchid #CF72BB

Tints of Orchid #CF72BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.44%

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

R = 40.75%
G = 22.44%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF72BB (or 0xCF72BB) is known color: Orchid. HEX triplet: CF, 72 and BB. RGB value is (207,114,187). Sum of RGB (Red+Green+Blue) = 207+114+187=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72BB is #308D44. Grayscale: #959595. Windows color (decimal): -3181893 or 12284623. OLE color: 12284623.

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

Color convert

RGB 207 114 187 -
CMYK 0 0.45 0.10 0.19
HSL 312.9º 0.49% 0.63% -
HSV(B) 312.9º 0.45% 0.81% -
XYZ 40.72 28.89 50.44 -
YUV 150.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 207 114 187 0 0.45 0.10 0.19 312.9 0.49 0.63
Hex CF 72 BB 0 2D A 13 139 31 3F
Octal 317 162 273 0 55 12 23 471 61 77
Binary 11001111 1110010 10111011 0 101101 1010 10011 100111001 110001 111111

Color Harmonies of #CF72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72BB

Black with #CF72BB

Text Example


Text Example

White with #CF72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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