Html Css Color HEX #CE6BC5 Orchid

📋 copy color: '#CE6BC5'

red 206 ◦ green 107 ◦ blue 197

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

Shades of Orchid #CE6BC5

Tints of Orchid #CE6BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.98%

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

R = 40.39%
G = 20.98%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE6BC5 (or 0xCE6BC5) is known color: Orchid. HEX triplet: CE, 6B and C5. RGB value is (206,107,197). Sum of RGB (Red+Green+Blue) = 206+107+197=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC5 is #31943A. Grayscale: #929292. Windows color (decimal): -3249211 or 12938190. OLE color: 12938190.

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

Color convert

RGB 206 107 197 -
CMYK 0 0.48 0.04 0.19
HSL 305.45º 0.5% 0.61% -
HSV(B) 305.45º 0.48% 0.81% -
XYZ 40.79 27.67 56.01 -
YUV 146.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 206 107 197 0 0.48 0.04 0.19 305.45 0.5 0.61
Hex CE 6B C5 0 30 4 13 131 32 3D
Octal 316 153 305 0 60 4 23 461 62 75
Binary 11001110 1101011 11000101 0 110000 100 10011 100110001 110010 111101

Color Harmonies of #CE6BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BC5

Black with #CE6BC5

Text Example


Text Example

White with #CE6BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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