Html Css Color HEX #CE6CDE Orchid

📋 copy color: '#CE6CDE'

red 206 ◦ green 108 ◦ blue 222

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

Shades of Orchid #CE6CDE

Tints of Orchid #CE6CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 38.43%
G = 20.15%
B = 41.42%

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

#CE6CDE (or 0xCE6CDE) is known color: Orchid. HEX triplet: CE, 6C and DE. RGB value is (206,108,222). Sum of RGB (Red+Green+Blue) = 206+108+222=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CDE is #319321. Grayscale: #959595. Windows color (decimal): -3248930 or 14576846. OLE color: 14576846.

HSL color Cylindrical-coordinate representation of color #CE6CDE: hue angle of 291.58º degrees, saturation: 0.63, 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 #CE6CDE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 108 222 -
CMYK 0.07 0.51 0 0.13
HSL 291.58º 0.63% 0.65% -
HSV(B) 291.58º 0.51% 0.87% -
XYZ 44 29.12 72.41 -
YUV 150.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 206 108 222 0.07 0.51 0 0.13 291.58 0.63 0.65
Hex CE 6C DE 7 33 0 D 124 3F 41
Octal 316 154 336 7 63 0 15 444 77 101
Binary 11001110 1101100 11011110 111 110011 0 1101 100100100 111111 1000001

Color Harmonies of #CE6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CDE

Black with #CE6CDE

Text Example


Text Example

White with #CE6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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