Html Css Color HEX #DA70CB Orchid

📋 copy color: '#DA70CB'

red 218 ◦ green 112 ◦ blue 203

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

Shades of Orchid #DA70CB

Tints of Orchid #DA70CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.01%

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

R = 40.9%
G = 21.01%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA70CB (or 0xDA70CB) is known color: Orchid. HEX triplet: DA, 70 and CB. RGB value is (218,112,203). Sum of RGB (Red+Green+Blue) = 218+112+203=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70CB is #258F34. Grayscale: #999999. Windows color (decimal): -2461493 or 13332698. OLE color: 13332698.

HSL color Cylindrical-coordinate representation of color #DA70CB: hue angle of 308.49º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70CB is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 203 -
CMYK 0 0.49 0.07 0.15
HSL 308.49º 0.59% 0.65% -
HSV(B) 308.49º 0.49% 0.85% -
XYZ 45.49 30.81 60.05 -
YUV 154.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 218 112 203 0 0.49 0.07 0.15 308.49 0.59 0.65
Hex DA 70 CB 0 31 7 F 134 3B 41
Octal 332 160 313 0 61 7 17 464 73 101
Binary 11011010 1110000 11001011 0 110001 111 1111 100110100 111011 1000001

Color Harmonies of #DA70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70CB

Black with #DA70CB

Text Example


Text Example

White with #DA70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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