Html Css Color HEX #D262CD Orchid

📋 copy color: '#D262CD'

red 210 ◦ green 98 ◦ blue 205

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

Shades of Orchid #D262CD

Tints of Orchid #D262CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 40.94%
G = 19.1%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D262CD (or 0xD262CD) is known color: Orchid. HEX triplet: D2, 62 and CD. RGB value is (210,98,205). Sum of RGB (Red+Green+Blue) = 210+98+205=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D262CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262CD is #2D9D32. Grayscale: #8F8F8F. Windows color (decimal): -2989363 or 13460178. OLE color: 13460178.

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

Color convert

RGB 210 98 205 -
CMYK 0 0.53 0.02 0.18
HSL 302.68º 0.55% 0.6% -
HSV(B) 302.68º 0.53% 0.82% -
XYZ 41.97 26.84 60.73 -
YUV 143.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 210 98 205 0 0.53 0.02 0.18 302.68 0.55 0.6
Hex D2 62 CD 0 35 2 12 12F 37 3C
Octal 322 142 315 0 65 2 22 457 67 74
Binary 11010010 1100010 11001101 0 110101 10 10010 100101111 110111 111100

Color Harmonies of #D262CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262CD

Black with #D262CD

Text Example


Text Example

White with #D262CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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