Html Css Color HEX #CF72DA Orchid

📋 copy color: '#CF72DA'

red 207 ◦ green 114 ◦ blue 218

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

Shades of Orchid #CF72DA

Tints of Orchid #CF72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 38.4%
G = 21.15%
B = 40.45%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF72DA (or 0xCF72DA) is known color: Orchid. HEX triplet: CF, 72 and DA. RGB value is (207,114,218). Sum of RGB (Red+Green+Blue) = 207+114+218=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72DA is #308D25. Grayscale: #999999. Windows color (decimal): -3181862 or 14316239. OLE color: 14316239.

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

Color convert

RGB 207 114 218 -
CMYK 0.05 0.48 0 0.15
HSL 293.65º 0.58% 0.65% -
HSV(B) 293.65º 0.48% 0.85% -
XYZ 44.4 30.36 69.85 -
YUV 153.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 207 114 218 0.05 0.48 0 0.15 293.65 0.58 0.65
Hex CF 72 DA 5 30 0 F 126 3A 41
Octal 317 162 332 5 60 0 17 446 72 101
Binary 11001111 1110010 11011010 101 110000 0 1111 100100110 111010 1000001

Color Harmonies of #CF72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72DA

Black with #CF72DA

Text Example


Text Example

White with #CF72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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