Html Css Color HEX #CE82C9 Orchid

📋 copy color: '#CE82C9'

red 206 ◦ green 130 ◦ blue 201

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

Shades of Orchid #CE82C9

Tints of Orchid #CE82C9

RGB

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

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

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

R = 38.36%
G = 24.21%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE82C9 (or 0xCE82C9) is known color: Orchid. HEX triplet: CE, 82 and C9. RGB value is (206,130,201). Sum of RGB (Red+Green+Blue) = 206+130+201=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82C9 is #317D36. Grayscale: #A0A0A0. Windows color (decimal): -3243319 or 13206222. OLE color: 13206222.

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

Color convert

RGB 206 130 201 -
CMYK 0 0.37 0.02 0.19
HSL 303.95º 0.44% 0.66% -
HSV(B) 303.95º 0.37% 0.81% -
XYZ 43.98 33.3 59.37 -
YUV 160.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 206 130 201 0 0.37 0.02 0.19 303.95 0.44 0.66
Hex CE 82 C9 0 25 2 13 130 2C 42
Octal 316 202 311 0 45 2 23 460 54 102
Binary 11001110 10000010 11001001 0 100101 10 10011 100110000 101100 1000010

Color Harmonies of #CE82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82C9

Black with #CE82C9

Text Example


Text Example

White with #CE82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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