Html Css Color HEX #CE6AE1 Orchid

📋 copy color: '#CE6AE1'

red 206 ◦ green 106 ◦ blue 225

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

Shades of Orchid #CE6AE1

Tints of Orchid #CE6AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 38.36%
G = 19.74%
B = 41.9%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE6AE1 (or 0xCE6AE1) is known color: Orchid. HEX triplet: CE, 6A and E1. RGB value is (206,106,225). Sum of RGB (Red+Green+Blue) = 206+106+225=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE6AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AE1 is #31951E. Grayscale: #959595. Windows color (decimal): -3249439 or 14772942. OLE color: 14772942.

HSL color Cylindrical-coordinate representation of color #CE6AE1: hue angle of 290.42º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6AE1 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 106 225 -
CMYK 0.08 0.53 0 0.12
HSL 290.42º 0.66% 0.65% -
HSV(B) 290.42º 0.53% 0.88% -
XYZ 44.2 28.87 74.48 -
YUV 149.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 206 106 225 0.08 0.53 0 0.12 290.42 0.66 0.65
Hex CE 6A E1 8 35 0 C 122 42 41
Octal 316 152 341 10 65 0 14 442 102 101
Binary 11001110 1101010 11100001 1000 110101 0 1100 100100010 1000010 1000001

Color Harmonies of #CE6AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AE1

Black with #CE6AE1

Text Example


Text Example

White with #CE6AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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