Html Css Color HEX #DA65CA Orchid

📋 copy color: '#DA65CA'

red 218 ◦ green 101 ◦ blue 202

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

Shades of Orchid #DA65CA

Tints of Orchid #DA65CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 41.84%
G = 19.39%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA65CA (or 0xDA65CA) is known color: Orchid. HEX triplet: DA, 65 and CA. RGB value is (218,101,202). Sum of RGB (Red+Green+Blue) = 218+101+202=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65CA is #259A35. Grayscale: #939393. Windows color (decimal): -2464310 or 13264346. OLE color: 13264346.

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

Color convert

RGB 218 101 202 -
CMYK 0 0.54 0.07 0.15
HSL 308.21º 0.61% 0.63% -
HSV(B) 308.21º 0.54% 0.85% -
XYZ 44.23 28.48 59.04 -
YUV 147.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 218 101 202 0 0.54 0.07 0.15 308.21 0.61 0.63
Hex DA 65 CA 0 36 7 F 134 3D 3F
Octal 332 145 312 0 66 7 17 464 75 77
Binary 11011010 1100101 11001010 0 110110 111 1111 100110100 111101 111111

Color Harmonies of #DA65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65CA

Black with #DA65CA

Text Example


Text Example

White with #DA65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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