Html Css Color HEX #CE61DB Orchid

📋 copy color: '#CE61DB'

red 206 ◦ green 97 ◦ blue 219

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

Shades of Orchid #CE61DB

Tints of Orchid #CE61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.58%

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

R = 39.46%
G = 18.58%
B = 41.95%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE61DB (or 0xCE61DB) is known color: Orchid. HEX triplet: CE, 61 and DB. RGB value is (206,97,219). Sum of RGB (Red+Green+Blue) = 206+97+219=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61DB is #319E24. Grayscale: #8F8F8F. Windows color (decimal): -3251749 or 14377422. OLE color: 14377422.

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

Color convert

RGB 206 97 219 -
CMYK 0.06 0.56 0 0.14
HSL 293.61º 0.63% 0.62% -
HSV(B) 293.61º 0.56% 0.86% -
XYZ 42.51 26.79 69.95 -
YUV 143.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 206 97 219 0.06 0.56 0 0.14 293.61 0.63 0.62
Hex CE 61 DB 6 38 0 E 126 3F 3E
Octal 316 141 333 6 70 0 16 446 77 76
Binary 11001110 1100001 11011011 110 111000 0 1110 100100110 111111 111110

Color Harmonies of #CE61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61DB

Black with #CE61DB

Text Example


Text Example

White with #CE61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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