Html Css Color HEX #CE6DCA Orchid

📋 copy color: '#CE6DCA'

red 206 ◦ green 109 ◦ blue 202

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

Shades of Orchid #CE6DCA

Tints of Orchid #CE6DCA

RGB

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

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

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

R = 39.85%
G = 21.08%
B = 39.07%

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

#CE6DCA (or 0xCE6DCA) is known color: Orchid. HEX triplet: CE, 6D and CA. RGB value is (206,109,202). Sum of RGB (Red+Green+Blue) = 206+109+202=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DCA is #319235. Grayscale: #949494. Windows color (decimal): -3248694 or 13266382. OLE color: 13266382.

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

Color convert

RGB 206 109 202 -
CMYK 0 0.47 0.02 0.19
HSL 302.47º 0.5% 0.62% -
HSV(B) 302.47º 0.47% 0.81% -
XYZ 41.58 28.32 59.15 -
YUV 148.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 206 109 202 0 0.47 0.02 0.19 302.47 0.5 0.62
Hex CE 6D CA 0 2F 2 13 12E 32 3E
Octal 316 155 312 0 57 2 23 456 62 76
Binary 11001110 1101101 11001010 0 101111 10 10011 100101110 110010 111110

Color Harmonies of #CE6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DCA

Black with #CE6DCA

Text Example


Text Example

White with #CE6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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