Html Css Color HEX #DA65C5 Orchid

📋 copy color: '#DA65C5'

red 218 ◦ green 101 ◦ blue 197

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

Shades of Orchid #DA65C5

Tints of Orchid #DA65C5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.57%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 42.25%
G = 19.57%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA65C5 (or 0xDA65C5) is known color: Orchid. HEX triplet: DA, 65 and C5. RGB value is (218,101,197). Sum of RGB (Red+Green+Blue) = 218+101+197=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65C5 is #259A3A. Grayscale: #929292. Windows color (decimal): -2464315 or 12936666. OLE color: 12936666.

HSL color Cylindrical-coordinate representation of color #DA65C5: hue angle of 310.77º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65C5 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 101 197 -
CMYK 0 0.54 0.10 0.15
HSL 310.77º 0.61% 0.63% -
HSV(B) 310.77º 0.54% 0.85% -
XYZ 43.65 28.24 55.97 -
YUV 146.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 218 101 197 0 0.54 0.10 0.15 310.77 0.61 0.63
Hex DA 65 C5 0 36 A F 137 3D 3F
Octal 332 145 305 0 66 12 17 467 75 77
Binary 11011010 1100101 11000101 0 110110 1010 1111 100110111 111101 111111

Color Harmonies of #DA65C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65C5

Black with #DA65C5

Text Example


Text Example

White with #DA65C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65C5; }

 p { color: rgb(218,101,197); }

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

background-color css

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

 a { background-color: rgb(218,101,197); }

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

border-color css

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

 span { border-color: rgb(218,101,197); }

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