Html Css Color HEX #CE6AC5 Orchid

📋 copy color: '#CE6AC5'

red 206 ◦ green 106 ◦ blue 197

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

Shades of Orchid #CE6AC5

Tints of Orchid #CE6AC5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

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

R = 40.47%
G = 20.83%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE6AC5 (or 0xCE6AC5) is known color: Orchid. HEX triplet: CE, 6A and C5. RGB value is (206,106,197). Sum of RGB (Red+Green+Blue) = 206+106+197=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AC5 is #31953A. Grayscale: #929292. Windows color (decimal): -3249467 or 12937934. OLE color: 12937934.

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

Color convert

RGB 206 106 197 -
CMYK 0 0.49 0.04 0.19
HSL 305.4º 0.51% 0.61% -
HSV(B) 305.4º 0.49% 0.81% -
XYZ 40.69 27.46 55.98 -
YUV 146.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 206 106 197 0 0.49 0.04 0.19 305.4 0.51 0.61
Hex CE 6A C5 0 31 4 13 131 33 3D
Octal 316 152 305 0 61 4 23 461 63 75
Binary 11001110 1101010 11000101 0 110001 100 10011 100110001 110011 111101

Color Harmonies of #CE6AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AC5

Black with #CE6AC5

Text Example


Text Example

White with #CE6AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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