Html Css Color HEX #CE74DB Orchid

📋 copy color: '#CE74DB'

red 206 ◦ green 116 ◦ blue 219

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

Shades of Orchid #CE74DB

Tints of Orchid #CE74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.44%

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

R = 38.08%
G = 21.44%
B = 40.48%

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

#CE74DB (or 0xCE74DB) is known color: Orchid. HEX triplet: CE, 74 and DB. RGB value is (206,116,219). Sum of RGB (Red+Green+Blue) = 206+116+219=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74DB is #318B24. Grayscale: #9A9A9A. Windows color (decimal): -3246885 or 14382286. OLE color: 14382286.

HSL color Cylindrical-coordinate representation of color #CE74DB: hue angle of 292.43º 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 #CE74DB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 116 219 -
CMYK 0.06 0.47 0 0.14
HSL 292.43º 0.59% 0.66% -
HSV(B) 292.43º 0.47% 0.86% -
XYZ 44.49 30.73 70.6 -
YUV 154.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 206 116 219 0.06 0.47 0 0.14 292.43 0.59 0.66
Hex CE 74 DB 6 2F 0 E 124 3B 42
Octal 316 164 333 6 57 0 16 444 73 102
Binary 11001110 1110100 11011011 110 101111 0 1110 100100100 111011 1000010

Color Harmonies of #CE74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74DB

Black with #CE74DB

Text Example


Text Example

White with #CE74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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