Html Css Color HEX #CF84C9 Orchid

📋 copy color: '#CF84C9'

red 207 ◦ green 132 ◦ blue 201

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

Shades of Orchid #CF84C9

Tints of Orchid #CF84C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 38.33%
G = 24.44%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF84C9 (or 0xCF84C9) is known color: Orchid. HEX triplet: CF, 84 and C9. RGB value is (207,132,201). Sum of RGB (Red+Green+Blue) = 207+132+201=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84C9 is #307B36. Grayscale: #A2A2A2. Windows color (decimal): -3177271 or 13206735. OLE color: 13206735.

HSL color Cylindrical-coordinate representation of color #CF84C9: hue angle of 304.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84C9 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 201 -
CMYK 0 0.36 0.03 0.19
HSL 304.8º 0.44% 0.66% -
HSV(B) 304.8º 0.36% 0.81% -
XYZ 44.53 33.98 59.47 -
YUV 162.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 207 132 201 0 0.36 0.03 0.19 304.8 0.44 0.66
Hex CF 84 C9 0 24 3 13 131 2C 42
Octal 317 204 311 0 44 3 23 461 54 102
Binary 11001111 10000100 11001001 0 100100 11 10011 100110001 101100 1000010

Color Harmonies of #CF84C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84C9

Black with #CF84C9

Text Example


Text Example

White with #CF84C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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