Html Css Color HEX #CE6CBD Orchid

📋 copy color: '#CE6CBD'

red 206 ◦ green 108 ◦ blue 189

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

Shades of Orchid #CE6CBD

Tints of Orchid #CE6CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 40.95%
G = 21.47%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE6CBD (or 0xCE6CBD) is known color: Orchid. HEX triplet: CE, 6C and BD. RGB value is (206,108,189). Sum of RGB (Red+Green+Blue) = 206+108+189=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CBD is #319342. Grayscale: #929292. Windows color (decimal): -3248963 or 12414158. OLE color: 12414158.

HSL color Cylindrical-coordinate representation of color #CE6CBD: hue angle of 310.41º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CBD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 108 189 -
CMYK 0 0.48 0.08 0.19
HSL 310.41º 0.5% 0.62% -
HSV(B) 310.41º 0.48% 0.81% -
XYZ 40 27.52 51.35 -
YUV 146.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 206 108 189 0 0.48 0.08 0.19 310.41 0.5 0.62
Hex CE 6C BD 0 30 8 13 136 32 3E
Octal 316 154 275 0 60 10 23 466 62 76
Binary 11001110 1101100 10111101 0 110000 1000 10011 100110110 110010 111110

Color Harmonies of #CE6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CBD

Black with #CE6CBD

Text Example


Text Example

White with #CE6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CBD; }

 p { color: rgb(206,108,189); }

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

background-color css

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

 a { background-color: rgb(206,108,189); }

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

border-color css

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

 span { border-color: rgb(206,108,189); }

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