Html Css Color HEX #CE6DC5 Orchid

📋 copy color: '#CE6DC5'

red 206 ◦ green 109 ◦ blue 197

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

Shades of Orchid #CE6DC5

Tints of Orchid #CE6DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 40.23%
G = 21.29%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE6DC5 (or 0xCE6DC5) is known color: Orchid. HEX triplet: CE, 6D and C5. RGB value is (206,109,197). Sum of RGB (Red+Green+Blue) = 206+109+197=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DC5 is #31923A. Grayscale: #939393. Windows color (decimal): -3248699 or 12938702. OLE color: 12938702.

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

Color convert

RGB 206 109 197 -
CMYK 0 0.47 0.04 0.19
HSL 305.57º 0.5% 0.62% -
HSV(B) 305.57º 0.47% 0.81% -
XYZ 41 28.09 56.08 -
YUV 148.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 206 109 197 0 0.47 0.04 0.19 305.57 0.5 0.62
Hex CE 6D C5 0 2F 4 13 132 32 3E
Octal 316 155 305 0 57 4 23 462 62 76
Binary 11001110 1101101 11000101 0 101111 100 10011 100110010 110010 111110

Color Harmonies of #CE6DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DC5

Black with #CE6DC5

Text Example


Text Example

White with #CE6DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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