Html Css Color HEX #CF72DB Orchid

📋 copy color: '#CF72DB'

red 207 ◦ green 114 ◦ blue 219

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

Shades of Orchid #CF72DB

Tints of Orchid #CF72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 38.33%
G = 21.11%
B = 40.56%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF72DB (or 0xCF72DB) is known color: Orchid. HEX triplet: CF, 72 and DB. RGB value is (207,114,219). Sum of RGB (Red+Green+Blue) = 207+114+219=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72DB is #308D24. Grayscale: #999999. Windows color (decimal): -3181861 or 14381775. OLE color: 14381775.

HSL color Cylindrical-coordinate representation of color #CF72DB: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF72DB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 114 219 -
CMYK 0.05 0.48 0 0.14
HSL 293.14º 0.59% 0.65% -
HSV(B) 293.14º 0.48% 0.86% -
XYZ 44.54 30.41 70.54 -
YUV 153.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 207 114 219 0.05 0.48 0 0.14 293.14 0.59 0.65
Hex CF 72 DB 5 30 0 E 125 3B 41
Octal 317 162 333 5 60 0 16 445 73 101
Binary 11001111 1110010 11011011 101 110000 0 1110 100100101 111011 1000001

Color Harmonies of #CF72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72DB

Black with #CF72DB

Text Example


Text Example

White with #CF72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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