Html Css Color HEX #CE82CD Orchid

📋 copy color: '#CE82CD'

red 206 ◦ green 130 ◦ blue 205

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

Shades of Orchid #CE82CD

Tints of Orchid #CE82CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 38.08%
G = 24.03%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE82CD (or 0xCE82CD) is known color: Orchid. HEX triplet: CE, 82 and CD. RGB value is (206,130,205). Sum of RGB (Red+Green+Blue) = 206+130+205=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82CD is #317D32. Grayscale: #A1A1A1. Windows color (decimal): -3243315 or 13468366. OLE color: 13468366.

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

Color convert

RGB 206 130 205 -
CMYK 0 0.37 0.00 0.19
HSL 300.79º 0.44% 0.66% -
HSV(B) 300.79º 0.37% 0.81% -
XYZ 44.46 33.49 61.88 -
YUV 161.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 206 130 205 0 0.37 0.00 0.19 300.79 0.44 0.66
Hex CE 82 CD 0 25 0 13 12D 2C 42
Octal 316 202 315 0 45 0 23 455 54 102
Binary 11001110 10000010 11001101 0 100101 0 10011 100101101 101100 1000010

Color Harmonies of #CE82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82CD

Black with #CE82CD

Text Example


Text Example

White with #CE82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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