Html Css Color HEX #CE5FDB Orchid

📋 copy color: '#CE5FDB'

red 206 ◦ green 95 ◦ blue 219

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

Shades of Orchid #CE5FDB

Tints of Orchid #CE5FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 39.62%
G = 18.27%
B = 42.12%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE5FDB (or 0xCE5FDB) is known color: Orchid. HEX triplet: CE, 5F and DB. RGB value is (206,95,219). Sum of RGB (Red+Green+Blue) = 206+95+219=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FDB is #31A024. Grayscale: #8D8D8D. Windows color (decimal): -3252261 or 14376910. OLE color: 14376910.

HSL color Cylindrical-coordinate representation of color #CE5FDB: hue angle of 293.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5FDB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 95 219 -
CMYK 0.06 0.57 0 0.14
HSL 293.71º 0.63% 0.62% -
HSV(B) 293.71º 0.57% 0.86% -
XYZ 42.33 26.42 69.89 -
YUV 142.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 206 95 219 0.06 0.57 0 0.14 293.71 0.63 0.62
Hex CE 5F DB 6 39 0 E 126 3F 3E
Octal 316 137 333 6 71 0 16 446 77 76
Binary 11001110 1011111 11011011 110 111001 0 1110 100100110 111111 111110

Color Harmonies of #CE5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FDB

Black with #CE5FDB

Text Example


Text Example

White with #CE5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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