Html Css Color HEX #CE6DCE Orchid

📋 copy color: '#CE6DCE'

red 206 ◦ green 109 ◦ blue 206

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

Shades of Orchid #CE6DCE

Tints of Orchid #CE6DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.92%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 39.54%
G = 20.92%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE6DCE (or 0xCE6DCE) is known color: Orchid. HEX triplet: CE, 6D and CE. RGB value is (206,109,206). Sum of RGB (Red+Green+Blue) = 206+109+206=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DCE is #319231. Grayscale: #949494. Windows color (decimal): -3248690 or 13528526. OLE color: 13528526.

HSL color Cylindrical-coordinate representation of color #CE6DCE: hue angle of 300º degrees, saturation: 0.5, 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 #CE6DCE is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 206 -
CMYK 0 0.47 0 0.19
HSL 300º 0.5% 0.62% -
HSV(B) 300º 0.47% 0.81% -
XYZ 42.06 28.52 61.68 -
YUV 149.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 206 109 206 0 0.47 0 0.19 300 0.5 0.62
Hex CE 6D CE 0 2F 0 13 12C 32 3E
Octal 316 155 316 0 57 0 23 454 62 76
Binary 11001110 1101101 11001110 0 101111 0 10011 100101100 110010 111110

Color Harmonies of #CE6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DCE

Black with #CE6DCE

Text Example


Text Example

White with #CE6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DCE; }

 p { color: rgb(206,109,206); }

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

background-color css

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

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

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

border-color css

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

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

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