Html Css Color HEX #CE82CC Orchid

📋 copy color: '#CE82CC'

red 206 ◦ green 130 ◦ blue 204

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

Shades of Orchid #CE82CC

Tints of Orchid #CE82CC

RGB

 RED value IS 206 (80.86% from 255) = 38.15%

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

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

R = 38.15%
G = 24.07%
B = 37.78%

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

#CE82CC (or 0xCE82CC) is known color: Orchid. HEX triplet: CE, 82 and CC. RGB value is (206,130,204). Sum of RGB (Red+Green+Blue) = 206+130+204=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82CC is #317D33. Grayscale: #A0A0A0. Windows color (decimal): -3243316 or 13402830. OLE color: 13402830.

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

Color convert

RGB 206 130 204 -
CMYK 0 0.37 0.01 0.19
HSL 301.58º 0.44% 0.66% -
HSV(B) 301.58º 0.37% 0.81% -
XYZ 44.34 33.45 61.25 -
YUV 161.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 206 130 204 0 0.37 0.01 0.19 301.58 0.44 0.66
Hex CE 82 CC 0 25 1 13 12E 2C 42
Octal 316 202 314 0 45 1 23 456 54 102
Binary 11001110 10000010 11001100 0 100101 1 10011 100101110 101100 1000010

Color Harmonies of #CE82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82CC

Black with #CE82CC

Text Example


Text Example

White with #CE82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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