Html Css Color HEX #CE6ADD Orchid

📋 copy color: '#CE6ADD'

red 206 ◦ green 106 ◦ blue 221

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

Shades of Orchid #CE6ADD

Tints of Orchid #CE6ADD

RGB

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

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

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

R = 38.65%
G = 19.89%
B = 41.46%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE6ADD (or 0xCE6ADD) is known color: Orchid. HEX triplet: CE, 6A and DD. RGB value is (206,106,221). Sum of RGB (Red+Green+Blue) = 206+106+221=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADD is #319522. Grayscale: #949494. Windows color (decimal): -3249443 or 14510798. OLE color: 14510798.

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

Color convert

RGB 206 106 221 -
CMYK 0.07 0.52 0 0.13
HSL 292.17º 0.63% 0.64% -
HSV(B) 292.17º 0.52% 0.87% -
XYZ 43.66 28.65 71.64 -
YUV 149.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 206 106 221 0.07 0.52 0 0.13 292.17 0.63 0.64
Hex CE 6A DD 7 34 0 D 124 3F 40
Octal 316 152 335 7 64 0 15 444 77 100
Binary 11001110 1101010 11011101 111 110100 0 1101 100100100 111111 1000000

Color Harmonies of #CE6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ADD

Black with #CE6ADD

Text Example


Text Example

White with #CE6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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