Html Css Color HEX #CE6CDD Orchid

📋 copy color: '#CE6CDD'

red 206 ◦ green 108 ◦ blue 221

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

Shades of Orchid #CE6CDD

Tints of Orchid #CE6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.19%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 38.5%
G = 20.19%
B = 41.31%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE6CDD (or 0xCE6CDD) is known color: Orchid. HEX triplet: CE, 6C and DD. RGB value is (206,108,221). Sum of RGB (Red+Green+Blue) = 206+108+221=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CDD is #319322. Grayscale: #959595. Windows color (decimal): -3248931 or 14511310. OLE color: 14511310.

HSL color Cylindrical-coordinate representation of color #CE6CDD: hue angle of 292.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6CDD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 108 221 -
CMYK 0.07 0.51 0 0.13
HSL 292.04º 0.62% 0.65% -
HSV(B) 292.04º 0.51% 0.87% -
XYZ 43.87 29.07 71.71 -
YUV 150.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 206 108 221 0.07 0.51 0 0.13 292.04 0.62 0.65
Hex CE 6C DD 7 33 0 D 124 3E 41
Octal 316 154 335 7 63 0 15 444 76 101
Binary 11001110 1101100 11011101 111 110011 0 1101 100100100 111110 1000001

Color Harmonies of #CE6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CDD

Black with #CE6CDD

Text Example


Text Example

White with #CE6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CDD; }

 p { color: rgb(206,108,221); }

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

background-color css

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

 a { background-color: rgb(206,108,221); }

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

border-color css

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

 span { border-color: rgb(206,108,221); }

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