Html Css Color HEX #CE6DCD Orchid

📋 copy color: '#CE6DCD'

red 206 ◦ green 109 ◦ blue 205

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

Shades of Orchid #CE6DCD

Tints of Orchid #CE6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.96%

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

R = 39.62%
G = 20.96%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE6DCD (or 0xCE6DCD) is known color: Orchid. HEX triplet: CE, 6D and CD. RGB value is (206,109,205). Sum of RGB (Red+Green+Blue) = 206+109+205=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DCD is #319232. Grayscale: #949494. Windows color (decimal): -3248691 or 13462990. OLE color: 13462990.

HSL color Cylindrical-coordinate representation of color #CE6DCD: hue angle of 300.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6DCD is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 205 -
CMYK 0 0.47 0.00 0.19
HSL 300.62º 0.5% 0.62% -
HSV(B) 300.62º 0.47% 0.81% -
XYZ 41.94 28.47 61.04 -
YUV 148.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 206 109 205 0 0.47 0.00 0.19 300.62 0.5 0.62
Hex CE 6D CD 0 2F 0 13 12D 32 3E
Octal 316 155 315 0 57 0 23 455 62 76
Binary 11001110 1101101 11001101 0 101111 0 10011 100101101 110010 111110

Color Harmonies of #CE6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DCD

Black with #CE6DCD

Text Example


Text Example

White with #CE6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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