Html Css Color HEX #CE70DB Orchid

📋 copy color: '#CE70DB'

red 206 ◦ green 112 ◦ blue 219

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

Shades of Orchid #CE70DB

Tints of Orchid #CE70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.86%

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

R = 38.36%
G = 20.86%
B = 40.78%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE70DB (or 0xCE70DB) is known color: Orchid. HEX triplet: CE, 70 and DB. RGB value is (206,112,219). Sum of RGB (Red+Green+Blue) = 206+112+219=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70DB is #318F24. Grayscale: #979797. Windows color (decimal): -3247909 or 14381262. OLE color: 14381262.

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

Color convert

RGB 206 112 219 -
CMYK 0.06 0.49 0 0.14
HSL 292.71º 0.6% 0.65% -
HSV(B) 292.71º 0.49% 0.86% -
XYZ 44.03 29.82 70.45 -
YUV 152.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 206 112 219 0.06 0.49 0 0.14 292.71 0.6 0.65
Hex CE 70 DB 6 31 0 E 125 3C 41
Octal 316 160 333 6 61 0 16 445 74 101
Binary 11001110 1110000 11011011 110 110001 0 1110 100100101 111100 1000001

Color Harmonies of #CE70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70DB

Black with #CE70DB

Text Example


Text Example

White with #CE70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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