Html Css Color HEX #DA75CB Orchid

📋 copy color: '#DA75CB'

red 218 ◦ green 117 ◦ blue 203

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

Shades of Orchid #DA75CB

Tints of Orchid #DA75CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 40.52%
G = 21.75%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA75CB (or 0xDA75CB) is known color: Orchid. HEX triplet: DA, 75 and CB. RGB value is (218,117,203). Sum of RGB (Red+Green+Blue) = 218+117+203=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75CB is #258A34. Grayscale: #9C9C9C. Windows color (decimal): -2460213 or 13333978. OLE color: 13333978.

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

Color convert

RGB 218 117 203 -
CMYK 0 0.46 0.07 0.15
HSL 308.91º 0.58% 0.66% -
HSV(B) 308.91º 0.46% 0.85% -
XYZ 46.05 31.94 60.24 -
YUV 157 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 218 117 203 0 0.46 0.07 0.15 308.91 0.58 0.66
Hex DA 75 CB 0 2E 7 F 135 3A 42
Octal 332 165 313 0 56 7 17 465 72 102
Binary 11011010 1110101 11001011 0 101110 111 1111 100110101 111010 1000010

Color Harmonies of #DA75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75CB

Black with #DA75CB

Text Example


Text Example

White with #DA75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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