Html Css Color HEX #CE5FD5 Orchid

📋 copy color: '#CE5FD5'

red 206 ◦ green 95 ◦ blue 213

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

Shades of Orchid #CE5FD5

Tints of Orchid #CE5FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.48%

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

R = 40.08%
G = 18.48%
B = 41.44%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE5FD5 (or 0xCE5FD5) is known color: Orchid. HEX triplet: CE, 5F and D5. RGB value is (206,95,213). Sum of RGB (Red+Green+Blue) = 206+95+213=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD5 is #31A02A. Grayscale: #8D8D8D. Windows color (decimal): -3252267 or 13983694. OLE color: 13983694.

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

Color convert

RGB 206 95 213 -
CMYK 0.03 0.55 0 0.16
HSL 296.44º 0.58% 0.6% -
HSV(B) 296.44º 0.55% 0.84% -
XYZ 41.56 26.11 65.8 -
YUV 141.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 206 95 213 0.03 0.55 0 0.16 296.44 0.58 0.6
Hex CE 5F D5 3 37 0 10 128 3A 3C
Octal 316 137 325 3 67 0 20 450 72 74
Binary 11001110 1011111 11010101 11 110111 0 10000 100101000 111010 111100

Color Harmonies of #CE5FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FD5

Black with #CE5FD5

Text Example


Text Example

White with #CE5FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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