Html Css Color HEX #CF84CC Orchid

📋 copy color: '#CF84CC'

red 207 ◦ green 132 ◦ blue 204

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

Shades of Orchid #CF84CC

Tints of Orchid #CF84CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 38.12%
G = 24.31%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF84CC (or 0xCF84CC) is known color: Orchid. HEX triplet: CF, 84 and CC. RGB value is (207,132,204). Sum of RGB (Red+Green+Blue) = 207+132+204=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84CC is #307B33. Grayscale: #A2A2A2. Windows color (decimal): -3177268 or 13403343. OLE color: 13403343.

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

Color convert

RGB 207 132 204 -
CMYK 0 0.36 0.01 0.19
HSL 302.4º 0.44% 0.66% -
HSV(B) 302.4º 0.36% 0.81% -
XYZ 44.88 34.13 61.35 -
YUV 162.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 207 132 204 0 0.36 0.01 0.19 302.4 0.44 0.66
Hex CF 84 CC 0 24 1 13 12E 2C 42
Octal 317 204 314 0 44 1 23 456 54 102
Binary 11001111 10000100 11001100 0 100100 1 10011 100101110 101100 1000010

Color Harmonies of #CF84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84CC

Black with #CF84CC

Text Example


Text Example

White with #CF84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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