Html Css Color HEX #CE6CDC Orchid

📋 copy color: '#CE6CDC'

red 206 ◦ green 108 ◦ blue 220

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

Shades of Orchid #CE6CDC

Tints of Orchid #CE6CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 38.58%
G = 20.22%
B = 41.2%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE6CDC (or 0xCE6CDC) is known color: Orchid. HEX triplet: CE, 6C and DC. RGB value is (206,108,220). Sum of RGB (Red+Green+Blue) = 206+108+220=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CDC is #319323. Grayscale: #959595. Windows color (decimal): -3248932 or 14445774. OLE color: 14445774.

HSL color Cylindrical-coordinate representation of color #CE6CDC: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6CDC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 108 220 -
CMYK 0.06 0.51 0 0.14
HSL 292.5º 0.62% 0.64% -
HSV(B) 292.5º 0.51% 0.86% -
XYZ 43.73 29.01 71.01 -
YUV 150.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 206 108 220 0.06 0.51 0 0.14 292.5 0.62 0.64
Hex CE 6C DC 6 33 0 E 124 3E 40
Octal 316 154 334 6 63 0 16 444 76 100
Binary 11001110 1101100 11011100 110 110011 0 1110 100100100 111110 1000000

Color Harmonies of #CE6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CDC

Black with #CE6CDC

Text Example


Text Example

White with #CE6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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