Html Css Color HEX #CF72BE Orchid

📋 copy color: '#CF72BE'

red 207 ◦ green 114 ◦ blue 190

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

Shades of Orchid #CF72BE

Tints of Orchid #CF72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 40.51%
G = 22.31%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF72BE (or 0xCF72BE) is known color: Orchid. HEX triplet: CF, 72 and BE. RGB value is (207,114,190). Sum of RGB (Red+Green+Blue) = 207+114+190=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72BE is #308D41. Grayscale: #969696. Windows color (decimal): -3181890 or 12481231. OLE color: 12481231.

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

Color convert

RGB 207 114 190 -
CMYK 0 0.45 0.08 0.19
HSL 310.97º 0.49% 0.63% -
HSV(B) 310.97º 0.45% 0.81% -
XYZ 41.04 29.02 52.15 -
YUV 150.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 207 114 190 0 0.45 0.08 0.19 310.97 0.49 0.63
Hex CF 72 BE 0 2D 8 13 137 31 3F
Octal 317 162 276 0 55 10 23 467 61 77
Binary 11001111 1110010 10111110 0 101101 1000 10011 100110111 110001 111111

Color Harmonies of #CF72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72BE

Black with #CF72BE

Text Example


Text Example

White with #CF72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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