Html Css Color HEX #CE5ED5 Orchid

📋 copy color: '#CE5ED5'

red 206 ◦ green 94 ◦ blue 213

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

Shades of Orchid #CE5ED5

Tints of Orchid #CE5ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.32%

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 40.16%
G = 18.32%
B = 41.52%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE5ED5 (or 0xCE5ED5) is known color: Orchid. HEX triplet: CE, 5E and D5. RGB value is (206,94,213). Sum of RGB (Red+Green+Blue) = 206+94+213=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ED5 is #31A12A. Grayscale: #8C8C8C. Windows color (decimal): -3252523 or 13983438. OLE color: 13983438.

HSL color Cylindrical-coordinate representation of color #CE5ED5: hue angle of 296.47º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5ED5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 94 213 -
CMYK 0.03 0.56 0 0.16
HSL 296.47º 0.59% 0.6% -
HSV(B) 296.47º 0.56% 0.84% -
XYZ 41.47 25.93 65.77 -
YUV 141.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 206 94 213 0.03 0.56 0 0.16 296.47 0.59 0.6
Hex CE 5E D5 3 38 0 10 128 3B 3C
Octal 316 136 325 3 70 0 20 450 73 74
Binary 11001110 1011110 11010101 11 111000 0 10000 100101000 111011 111100

Color Harmonies of #CE5ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ED5

Black with #CE5ED5

Text Example


Text Example

White with #CE5ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ED5; }

 p { color: rgb(206,94,213); }

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

background-color css

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

 a { background-color: rgb(206,94,213); }

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

border-color css

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

 span { border-color: rgb(206,94,213); }

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