Html Css Color HEX #CE6ADC Orchid

📋 copy color: '#CE6ADC'

red 206 ◦ green 106 ◦ blue 220

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

Shades of Orchid #CE6ADC

Tints of Orchid #CE6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.92%

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

R = 38.72%
G = 19.92%
B = 41.35%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE6ADC (or 0xCE6ADC) is known color: Orchid. HEX triplet: CE, 6A and DC. RGB value is (206,106,220). Sum of RGB (Red+Green+Blue) = 206+106+220=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADC is #319523. Grayscale: #949494. Windows color (decimal): -3249444 or 14445262. OLE color: 14445262.

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

Color convert

RGB 206 106 220 -
CMYK 0.06 0.52 0 0.14
HSL 292.63º 0.62% 0.64% -
HSV(B) 292.63º 0.52% 0.86% -
XYZ 43.53 28.6 70.94 -
YUV 148.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 206 106 220 0.06 0.52 0 0.14 292.63 0.62 0.64
Hex CE 6A DC 6 34 0 E 125 3E 40
Octal 316 152 334 6 64 0 16 445 76 100
Binary 11001110 1101010 11011100 110 110100 0 1110 100100101 111110 1000000

Color Harmonies of #CE6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ADC

Black with #CE6ADC

Text Example


Text Example

White with #CE6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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