Html Css Color HEX #DA75CE Orchid

📋 copy color: '#DA75CE'

red 218 ◦ green 117 ◦ blue 206

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

Shades of Orchid #DA75CE

Tints of Orchid #DA75CE

RGB

 RED value IS 218 (85.55% from 255) = 40.3%

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

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

R = 40.3%
G = 21.63%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA75CE (or 0xDA75CE) is known color: Orchid. HEX triplet: DA, 75 and CE. RGB value is (218,117,206). Sum of RGB (Red+Green+Blue) = 218+117+206=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75CE is #258A31. Grayscale: #9D9D9D. Windows color (decimal): -2460210 or 13530586. OLE color: 13530586.

HSL color Cylindrical-coordinate representation of color #DA75CE: hue angle of 307.13º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA75CE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 206 -
CMYK 0 0.46 0.06 0.15
HSL 307.13º 0.58% 0.66% -
HSV(B) 307.13º 0.46% 0.85% -
XYZ 46.42 32.08 62.14 -
YUV 157.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 218 117 206 0 0.46 0.06 0.15 307.13 0.58 0.66
Hex DA 75 CE 0 2E 6 F 133 3A 42
Octal 332 165 316 0 56 6 17 463 72 102
Binary 11011010 1110101 11001110 0 101110 110 1111 100110011 111010 1000010

Color Harmonies of #DA75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75CE

Black with #DA75CE

Text Example


Text Example

White with #DA75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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