Html Css Color HEX #D260CA Orchid

📋 copy color: '#D260CA'

red 210 ◦ green 96 ◦ blue 202

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

Shades of Orchid #D260CA

Tints of Orchid #D260CA

RGB

 RED value IS 210 (82.42% from 255) = 41.34%

 GREEN value IS 96 (37.89% from 255) = 18.9%

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

R = 41.34%
G = 18.9%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D260CA (or 0xD260CA) is known color: Orchid. HEX triplet: D2, 60 and CA. RGB value is (210,96,202). Sum of RGB (Red+Green+Blue) = 210+96+202=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D260CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260CA is #2D9F35. Grayscale: #8D8D8D. Windows color (decimal): -2989878 or 13263058. OLE color: 13263058.

HSL color Cylindrical-coordinate representation of color #D260CA: hue angle of 304.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D260CA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 96 202 -
CMYK 0 0.54 0.04 0.18
HSL 304.21º 0.56% 0.6% -
HSV(B) 304.21º 0.54% 0.82% -
XYZ 41.42 26.33 58.78 -
YUV 142.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 210 96 202 0 0.54 0.04 0.18 304.21 0.56 0.6
Hex D2 60 CA 0 36 4 12 130 38 3C
Octal 322 140 312 0 66 4 22 460 70 74
Binary 11010010 1100000 11001010 0 110110 100 10010 100110000 111000 111100

Color Harmonies of #D260CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260CA

Black with #D260CA

Text Example


Text Example

White with #D260CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260CA; }

 p { color: rgb(210,96,202); }

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

background-color css

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

 a { background-color: rgb(210,96,202); }

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

border-color css

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

 span { border-color: rgb(210,96,202); }

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