Html Css Color HEX #CE82CB Orchid

📋 copy color: '#CE82CB'

red 206 ◦ green 130 ◦ blue 203

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

Shades of Orchid #CE82CB

Tints of Orchid #CE82CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 38.22%
G = 24.12%
B = 37.66%

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

#CE82CB (or 0xCE82CB) is known color: Orchid. HEX triplet: CE, 82 and CB. RGB value is (206,130,203). Sum of RGB (Red+Green+Blue) = 206+130+203=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82CB is #317D34. Grayscale: #A0A0A0. Windows color (decimal): -3243317 or 13337294. OLE color: 13337294.

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

Color convert

RGB 206 130 203 -
CMYK 0 0.37 0.01 0.19
HSL 302.37º 0.44% 0.66% -
HSV(B) 302.37º 0.37% 0.81% -
XYZ 44.22 33.4 60.62 -
YUV 161.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 206 130 203 0 0.37 0.01 0.19 302.37 0.44 0.66
Hex CE 82 CB 0 25 1 13 12E 2C 42
Octal 316 202 313 0 45 1 23 456 54 102
Binary 11001110 10000010 11001011 0 100101 1 10011 100101110 101100 1000010

Color Harmonies of #CE82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82CB

Black with #CE82CB

Text Example


Text Example

White with #CE82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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