Html Css Color HEX #CE6DCB Orchid

📋 copy color: '#CE6DCB'

red 206 ◦ green 109 ◦ blue 203

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

Shades of Orchid #CE6DCB

Tints of Orchid #CE6DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 39.77%
G = 21.04%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE6DCB (or 0xCE6DCB) is known color: Orchid. HEX triplet: CE, 6D and CB. RGB value is (206,109,203). Sum of RGB (Red+Green+Blue) = 206+109+203=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DCB is #319234. Grayscale: #949494. Windows color (decimal): -3248693 or 13331918. OLE color: 13331918.

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

Color convert

RGB 206 109 203 -
CMYK 0 0.47 0.01 0.19
HSL 301.86º 0.5% 0.62% -
HSV(B) 301.86º 0.47% 0.81% -
XYZ 41.7 28.37 59.78 -
YUV 148.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 206 109 203 0 0.47 0.01 0.19 301.86 0.5 0.62
Hex CE 6D CB 0 2F 1 13 12E 32 3E
Octal 316 155 313 0 57 1 23 456 62 76
Binary 11001110 1101101 11001011 0 101111 1 10011 100101110 110010 111110

Color Harmonies of #CE6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DCB

Black with #CE6DCB

Text Example


Text Example

White with #CE6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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