Html Css Color HEX #CF72C8 Orchid

📋 copy color: '#CF72C8'

red 207 ◦ green 114 ◦ blue 200

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

Shades of Orchid #CF72C8

Tints of Orchid #CF72C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.39%

R = 39.73%
G = 21.88%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF72C8 (or 0xCF72C8) is known color: Orchid. HEX triplet: CF, 72 and C8. RGB value is (207,114,200). Sum of RGB (Red+Green+Blue) = 207+114+200=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72C8 is #308D37. Grayscale: #979797. Windows color (decimal): -3181880 or 13136591. OLE color: 13136591.

HSL color Cylindrical-coordinate representation of color #CF72C8: hue angle of 304.52º 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 #CF72C8 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 200 -
CMYK 0 0.45 0.03 0.19
HSL 304.52º 0.49% 0.63% -
HSV(B) 304.52º 0.45% 0.81% -
XYZ 42.17 29.47 58.11 -
YUV 151.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 207 114 200 0 0.45 0.03 0.19 304.52 0.49 0.63
Hex CF 72 C8 0 2D 3 13 131 31 3F
Octal 317 162 310 0 55 3 23 461 61 77
Binary 11001111 1110010 11001000 0 101101 11 10011 100110001 110001 111111

Color Harmonies of #CF72C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72C8

Black with #CF72C8

Text Example


Text Example

White with #CF72C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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