Html Css Color HEX #CE6EE7 Orchid

📋 copy color: '#CE6EE7'

red 206 ◦ green 110 ◦ blue 231

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

Shades of Orchid #CE6EE7

Tints of Orchid #CE6EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.23%

R = 37.66%
G = 20.11%
B = 42.23%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE6EE7 (or 0xCE6EE7) is known color: Orchid. HEX triplet: CE, 6E and E7. RGB value is (206,110,231). Sum of RGB (Red+Green+Blue) = 206+110+231=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EE7 is #319118. Grayscale: #989898. Windows color (decimal): -3248409 or 15167182. OLE color: 15167182.

HSL color Cylindrical-coordinate representation of color #CE6EE7: hue angle of 287.6º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6EE7 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 110 231 -
CMYK 0.11 0.52 0 0.09
HSL 287.6º 0.72% 0.67% -
HSV(B) 287.6º 0.52% 0.91% -
XYZ 45.45 30.04 79 -
YUV 152.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 206 110 231 0.11 0.52 0 0.09 287.6 0.72 0.67
Hex CE 6E E7 B 34 0 9 120 48 43
Octal 316 156 347 13 64 0 11 440 110 103
Binary 11001110 1101110 11100111 1011 110100 0 1001 100100000 1001000 1000011

Color Harmonies of #CE6EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EE7

Black with #CE6EE7

Text Example


Text Example

White with #CE6EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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