Html Css Color HEX #CE6ECA Orchid

📋 copy color: '#CE6ECA'

red 206 ◦ green 110 ◦ blue 202

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

Shades of Orchid #CE6ECA

Tints of Orchid #CE6ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

 BLUE value IS 202 (79.3% from 255) = 39%

R = 39.77%
G = 21.24%
B = 39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE6ECA (or 0xCE6ECA) is known color: Orchid. HEX triplet: CE, 6E and CA. RGB value is (206,110,202). Sum of RGB (Red+Green+Blue) = 206+110+202=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ECA is #319135. Grayscale: #949494. Windows color (decimal): -3248438 or 13266638. OLE color: 13266638.

HSL color Cylindrical-coordinate representation of color #CE6ECA: hue angle of 302.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6ECA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 202 -
CMYK 0 0.47 0.02 0.19
HSL 302.5º 0.49% 0.62% -
HSV(B) 302.5º 0.47% 0.81% -
XYZ 41.69 28.54 59.19 -
YUV 149.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 206 110 202 0 0.47 0.02 0.19 302.5 0.49 0.62
Hex CE 6E CA 0 2F 2 13 12E 31 3E
Octal 316 156 312 0 57 2 23 456 61 76
Binary 11001110 1101110 11001010 0 101111 10 10011 100101110 110001 111110

Color Harmonies of #CE6ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ECA

Black with #CE6ECA

Text Example


Text Example

White with #CE6ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ECA; }

 p { color: rgb(206,110,202); }

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

background-color css

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

 a { background-color: rgb(206,110,202); }

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

border-color css

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

 span { border-color: rgb(206,110,202); }

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