Html Css Color HEX #CE75DB Orchid

📋 copy color: '#CE75DB'

red 206 ◦ green 117 ◦ blue 219

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

Shades of Orchid #CE75DB

Tints of Orchid #CE75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.59%

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

R = 38.01%
G = 21.59%
B = 40.41%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE75DB (or 0xCE75DB) is known color: Orchid. HEX triplet: CE, 75 and DB. RGB value is (206,117,219). Sum of RGB (Red+Green+Blue) = 206+117+219=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75DB is #318A24. Grayscale: #9A9A9A. Windows color (decimal): -3246629 or 14382542. OLE color: 14382542.

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

Color convert

RGB 206 117 219 -
CMYK 0.06 0.47 0 0.14
HSL 292.35º 0.59% 0.66% -
HSV(B) 292.35º 0.47% 0.86% -
XYZ 44.6 30.96 70.64 -
YUV 155.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 206 117 219 0.06 0.47 0 0.14 292.35 0.59 0.66
Hex CE 75 DB 6 2F 0 E 124 3B 42
Octal 316 165 333 6 57 0 16 444 73 102
Binary 11001110 1110101 11011011 110 101111 0 1110 100100100 111011 1000010

Color Harmonies of #CE75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75DB

Black with #CE75DB

Text Example


Text Example

White with #CE75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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