Html Css Color HEX #DA65D3 Orchid

📋 copy color: '#DA65D3'

red 218 ◦ green 101 ◦ blue 211

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

Shades of Orchid #DA65D3

Tints of Orchid #DA65D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.81%

R = 41.13%
G = 19.06%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA65D3 (or 0xDA65D3) is known color: Orchid. HEX triplet: DA, 65 and D3. RGB value is (218,101,211). Sum of RGB (Red+Green+Blue) = 218+101+211=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65D3 is #259A2C. Grayscale: #949494. Windows color (decimal): -2464301 or 13854170. OLE color: 13854170.

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

Color convert

RGB 218 101 211 -
CMYK 0 0.54 0.03 0.15
HSL 303.59º 0.61% 0.63% -
HSV(B) 303.59º 0.54% 0.85% -
XYZ 45.33 28.92 64.82 -
YUV 148.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 218 101 211 0 0.54 0.03 0.15 303.59 0.61 0.63
Hex DA 65 D3 0 36 3 F 130 3D 3F
Octal 332 145 323 0 66 3 17 460 75 77
Binary 11011010 1100101 11010011 0 110110 11 1111 100110000 111101 111111

Color Harmonies of #DA65D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65D3

Black with #DA65D3

Text Example


Text Example

White with #DA65D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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