Html Css Color HEX #D262C5 Orchid

📋 copy color: '#D262C5'

red 210 ◦ green 98 ◦ blue 197

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

Shades of Orchid #D262C5

Tints of Orchid #D262C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 41.58%
G = 19.41%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D262C5 (or 0xD262C5) is known color: Orchid. HEX triplet: D2, 62 and C5. RGB value is (210,98,197). Sum of RGB (Red+Green+Blue) = 210+98+197=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D262C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262C5 is #2D9D3A. Grayscale: #8E8E8E. Windows color (decimal): -2989371 or 12935890. OLE color: 12935890.

HSL color Cylindrical-coordinate representation of color #D262C5: hue angle of 306.96º 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 #D262C5 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 98 197 -
CMYK 0 0.53 0.06 0.18
HSL 306.96º 0.55% 0.6% -
HSV(B) 306.96º 0.53% 0.82% -
XYZ 41.02 26.47 55.77 -
YUV 142.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 210 98 197 0 0.53 0.06 0.18 306.96 0.55 0.6
Hex D2 62 C5 0 35 6 12 133 37 3C
Octal 322 142 305 0 65 6 22 463 67 74
Binary 11010010 1100010 11000101 0 110101 110 10010 100110011 110111 111100

Color Harmonies of #D262C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262C5

Black with #D262C5

Text Example


Text Example

White with #D262C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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