Html Css Color HEX #CE6DC4 Orchid

📋 copy color: '#CE6DC4'

red 206 ◦ green 109 ◦ blue 196

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

Shades of Orchid #CE6DC4

Tints of Orchid #CE6DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 40.31%
G = 21.33%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE6DC4 (or 0xCE6DC4) is known color: Orchid. HEX triplet: CE, 6D and C4. RGB value is (206,109,196). Sum of RGB (Red+Green+Blue) = 206+109+196=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DC4 is #31923B. Grayscale: #939393. Windows color (decimal): -3248700 or 12873166. OLE color: 12873166.

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

Color convert

RGB 206 109 196 -
CMYK 0 0.47 0.05 0.19
HSL 306.19º 0.5% 0.62% -
HSV(B) 306.19º 0.47% 0.81% -
XYZ 40.89 28.04 55.48 -
YUV 147.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 206 109 196 0 0.47 0.05 0.19 306.19 0.5 0.62
Hex CE 6D C4 0 2F 5 13 132 32 3E
Octal 316 155 304 0 57 5 23 462 62 76
Binary 11001110 1101101 11000100 0 101111 101 10011 100110010 110010 111110

Color Harmonies of #CE6DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DC4

Black with #CE6DC4

Text Example


Text Example

White with #CE6DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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