Html Css Color HEX #DA66CA Orchid

📋 copy color: '#DA66CA'

red 218 ◦ green 102 ◦ blue 202

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

Shades of Orchid #DA66CA

Tints of Orchid #DA66CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

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

R = 41.76%
G = 19.54%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA66CA (or 0xDA66CA) is known color: Orchid. HEX triplet: DA, 66 and CA. RGB value is (218,102,202). Sum of RGB (Red+Green+Blue) = 218+102+202=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66CA is #259935. Grayscale: #939393. Windows color (decimal): -2464054 or 13264602. OLE color: 13264602.

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

Color convert

RGB 218 102 202 -
CMYK 0 0.53 0.07 0.15
HSL 308.28º 0.61% 0.63% -
HSV(B) 308.28º 0.53% 0.85% -
XYZ 44.33 28.67 59.08 -
YUV 148.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 218 102 202 0 0.53 0.07 0.15 308.28 0.61 0.63
Hex DA 66 CA 0 35 7 F 134 3D 3F
Octal 332 146 312 0 65 7 17 464 75 77
Binary 11011010 1100110 11001010 0 110101 111 1111 100110100 111101 111111

Color Harmonies of #DA66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66CA

Black with #DA66CA

Text Example


Text Example

White with #DA66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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