Html Css Color HEX #CE6AE4 Orchid

📋 copy color: '#CE6AE4'

red 206 ◦ green 106 ◦ blue 228

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

Shades of Orchid #CE6AE4

Tints of Orchid #CE6AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.22%

R = 38.15%
G = 19.63%
B = 42.22%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE6AE4 (or 0xCE6AE4) is known color: Orchid. HEX triplet: CE, 6A and E4. RGB value is (206,106,228). Sum of RGB (Red+Green+Blue) = 206+106+228=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE6AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AE4 is #31951B. Grayscale: #959595. Windows color (decimal): -3249436 or 14969550. OLE color: 14969550.

HSL color Cylindrical-coordinate representation of color #CE6AE4: hue angle of 289.18º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6AE4 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 106 228 -
CMYK 0.10 0.54 0 0.11
HSL 289.18º 0.69% 0.65% -
HSV(B) 289.18º 0.54% 0.89% -
XYZ 44.61 29.03 76.65 -
YUV 149.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 206 106 228 0.10 0.54 0 0.11 289.18 0.69 0.65
Hex CE 6A E4 A 36 0 B 121 45 41
Octal 316 152 344 12 66 0 13 441 105 101
Binary 11001110 1101010 11100100 1010 110110 0 1011 100100001 1000101 1000001

Color Harmonies of #CE6AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AE4

Black with #CE6AE4

Text Example


Text Example

White with #CE6AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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