Html Css Color HEX #DA75CC Orchid

📋 copy color: '#DA75CC'

red 218 ◦ green 117 ◦ blue 204

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

Shades of Orchid #DA75CC

Tints of Orchid #DA75CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 40.45%
G = 21.71%
B = 37.85%

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

#DA75CC (or 0xDA75CC) is known color: Orchid. HEX triplet: DA, 75 and CC. RGB value is (218,117,204). Sum of RGB (Red+Green+Blue) = 218+117+204=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75CC is #258A33. Grayscale: #9C9C9C. Windows color (decimal): -2460212 or 13399514. OLE color: 13399514.

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

Color convert

RGB 218 117 204 -
CMYK 0 0.46 0.06 0.15
HSL 308.32º 0.58% 0.66% -
HSV(B) 308.32º 0.46% 0.85% -
XYZ 46.17 31.99 60.87 -
YUV 157.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 218 117 204 0 0.46 0.06 0.15 308.32 0.58 0.66
Hex DA 75 CC 0 2E 6 F 134 3A 42
Octal 332 165 314 0 56 6 17 464 72 102
Binary 11011010 1110101 11001100 0 101110 110 1111 100110100 111010 1000010

Color Harmonies of #DA75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75CC

Black with #DA75CC

Text Example


Text Example

White with #DA75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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