Html Css Color HEX #D262CA Orchid

📋 copy color: '#D262CA'

red 210 ◦ green 98 ◦ blue 202

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

Shades of Orchid #D262CA

Tints of Orchid #D262CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.22%

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

R = 41.18%
G = 19.22%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D262CA (or 0xD262CA) is known color: Orchid. HEX triplet: D2, 62 and CA. RGB value is (210,98,202). Sum of RGB (Red+Green+Blue) = 210+98+202=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D262CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262CA is #2D9D35. Grayscale: #8F8F8F. Windows color (decimal): -2989366 or 13263570. OLE color: 13263570.

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

Color convert

RGB 210 98 202 -
CMYK 0 0.53 0.04 0.18
HSL 304.29º 0.55% 0.6% -
HSV(B) 304.29º 0.53% 0.82% -
XYZ 41.61 26.7 58.84 -
YUV 143.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 210 98 202 0 0.53 0.04 0.18 304.29 0.55 0.6
Hex D2 62 CA 0 35 4 12 130 37 3C
Octal 322 142 312 0 65 4 22 460 67 74
Binary 11010010 1100010 11001010 0 110101 100 10010 100110000 110111 111100

Color Harmonies of #D262CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262CA

Black with #D262CA

Text Example


Text Example

White with #D262CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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