Html Css Color HEX #D262DF Orchid

📋 copy color: '#D262DF'

red 210 ◦ green 98 ◦ blue 223

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

Shades of Orchid #D262DF

Tints of Orchid #D262DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 39.55%
G = 18.46%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D262DF (or 0xD262DF) is known color: Orchid. HEX triplet: D2, 62 and DF. RGB value is (210,98,223). Sum of RGB (Red+Green+Blue) = 210+98+223=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #D262DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262DF is #2D9D20. Grayscale: #919191. Windows color (decimal): -2989345 or 14639826. OLE color: 14639826.

HSL color Cylindrical-coordinate representation of color #D262DF: hue angle of 293.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D262DF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 98 223 -
CMYK 0.06 0.56 0 0.13
HSL 293.76º 0.66% 0.63% -
HSV(B) 293.76º 0.56% 0.87% -
XYZ 44.27 27.76 72.84 -
YUV 145.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 210 98 223 0.06 0.56 0 0.13 293.76 0.66 0.63
Hex D2 62 DF 6 38 0 D 126 42 3F
Octal 322 142 337 6 70 0 15 446 102 77
Binary 11010010 1100010 11011111 110 111000 0 1101 100100110 1000010 111111

Color Harmonies of #D262DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262DF

Black with #D262DF

Text Example


Text Example

White with #D262DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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