Html Css Color HEX #CF84DB Orchid

📋 copy color: '#CF84DB'

red 207 ◦ green 132 ◦ blue 219

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

Shades of Orchid #CF84DB

Tints of Orchid #CF84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.66%

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

R = 37.1%
G = 23.66%
B = 39.25%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF84DB (or 0xCF84DB) is known color: Orchid. HEX triplet: CF, 84 and DB. RGB value is (207,132,219). Sum of RGB (Red+Green+Blue) = 207+132+219=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84DB is #307B24. Grayscale: #A4A4A4. Windows color (decimal): -3177253 or 14386383. OLE color: 14386383.

HSL color Cylindrical-coordinate representation of color #CF84DB: hue angle of 291.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF84DB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 132 219 -
CMYK 0.05 0.40 0 0.14
HSL 291.72º 0.55% 0.69% -
HSV(B) 291.72º 0.4% 0.86% -
XYZ 46.77 34.88 71.29 -
YUV 164.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 207 132 219 0.05 0.40 0 0.14 291.72 0.55 0.69
Hex CF 84 DB 5 28 0 E 124 37 45
Octal 317 204 333 5 50 0 16 444 67 105
Binary 11001111 10000100 11011011 101 101000 0 1110 100100100 110111 1000101

Color Harmonies of #CF84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84DB

Black with #CF84DB

Text Example


Text Example

White with #CF84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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