Html Css Color HEX #CE6DC8 Orchid

📋 copy color: '#CE6DC8'

red 206 ◦ green 109 ◦ blue 200

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

Shades of Orchid #CE6DC8

Tints of Orchid #CE6DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 40%
G = 21.17%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE6DC8 (or 0xCE6DC8) is known color: Orchid. HEX triplet: CE, 6D and C8. RGB value is (206,109,200). Sum of RGB (Red+Green+Blue) = 206+109+200=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DC8 is #319237. Grayscale: #949494. Windows color (decimal): -3248696 or 13135310. OLE color: 13135310.

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

Color convert

RGB 206 109 200 -
CMYK 0 0.47 0.03 0.19
HSL 303.71º 0.5% 0.62% -
HSV(B) 303.71º 0.47% 0.81% -
XYZ 41.35 28.23 57.91 -
YUV 148.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 206 109 200 0 0.47 0.03 0.19 303.71 0.5 0.62
Hex CE 6D C8 0 2F 3 13 130 32 3E
Octal 316 155 310 0 57 3 23 460 62 76
Binary 11001110 1101101 11001000 0 101111 11 10011 100110000 110010 111110

Color Harmonies of #CE6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DC8

Black with #CE6DC8

Text Example


Text Example

White with #CE6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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