Html Css Color HEX #CE6FE0 Orchid

📋 copy color: '#CE6FE0'

red 206 ◦ green 111 ◦ blue 224

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

Shades of Orchid #CE6FE0

Tints of Orchid #CE6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 38.08%
G = 20.52%
B = 41.4%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE6FE0 (or 0xCE6FE0) is known color: Orchid. HEX triplet: CE, 6F and E0. RGB value is (206,111,224). Sum of RGB (Red+Green+Blue) = 206+111+224=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FE0 is #31901F. Grayscale: #979797. Windows color (decimal): -3248160 or 14708686. OLE color: 14708686.

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

Color convert

RGB 206 111 224 -
CMYK 0.08 0.50 0 0.12
HSL 290.44º 0.65% 0.66% -
HSV(B) 290.44º 0.5% 0.88% -
XYZ 44.59 29.87 73.94 -
YUV 152.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 206 111 224 0.08 0.50 0 0.12 290.44 0.65 0.66
Hex CE 6F E0 8 32 0 C 122 41 42
Octal 316 157 340 10 62 0 14 442 101 102
Binary 11001110 1101111 11100000 1000 110010 0 1100 100100010 1000001 1000010

Color Harmonies of #CE6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FE0

Black with #CE6FE0

Text Example


Text Example

White with #CE6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FE0; }

 p { color: rgb(206,111,224); }

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

background-color css

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

 a { background-color: rgb(206,111,224); }

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

border-color css

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

 span { border-color: rgb(206,111,224); }

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