Html Css Color HEX #CF82CC Orchid

📋 copy color: '#CF82CC'

red 207 ◦ green 130 ◦ blue 204

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

Shades of Orchid #CF82CC

Tints of Orchid #CF82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

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

R = 38.26%
G = 24.03%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF82CC (or 0xCF82CC) is known color: Orchid. HEX triplet: CF, 82 and CC. RGB value is (207,130,204). Sum of RGB (Red+Green+Blue) = 207+130+204=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82CC is #307D33. Grayscale: #A1A1A1. Windows color (decimal): -3177780 or 13402831. OLE color: 13402831.

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

Color convert

RGB 207 130 204 -
CMYK 0 0.37 0.01 0.19
HSL 302.34º 0.45% 0.66% -
HSV(B) 302.34º 0.37% 0.81% -
XYZ 44.61 33.59 61.26 -
YUV 161.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 207 130 204 0 0.37 0.01 0.19 302.34 0.45 0.66
Hex CF 82 CC 0 25 1 13 12E 2D 42
Octal 317 202 314 0 45 1 23 456 55 102
Binary 11001111 10000010 11001100 0 100101 1 10011 100101110 101101 1000010

Color Harmonies of #CF82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82CC

Black with #CF82CC

Text Example


Text Example

White with #CF82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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