Html Css Color HEX #D265DF Orchid

📋 copy color: '#D265DF'

red 210 ◦ green 101 ◦ blue 223

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

Shades of Orchid #D265DF

Tints of Orchid #D265DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.91%

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

R = 39.33%
G = 18.91%
B = 41.76%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D265DF (or 0xD265DF) is known color: Orchid. HEX triplet: D2, 65 and DF. RGB value is (210,101,223). Sum of RGB (Red+Green+Blue) = 210+101+223=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #D265DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265DF is #2D9A20. Grayscale: #939393. Windows color (decimal): -2988577 or 14640594. OLE color: 14640594.

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

Color convert

RGB 210 101 223 -
CMYK 0.06 0.55 0 0.13
HSL 293.61º 0.66% 0.64% -
HSV(B) 293.61º 0.55% 0.87% -
XYZ 44.55 28.34 72.93 -
YUV 147.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 210 101 223 0.06 0.55 0 0.13 293.61 0.66 0.64
Hex D2 65 DF 6 37 0 D 126 42 40
Octal 322 145 337 6 67 0 15 446 102 100
Binary 11010010 1100101 11011111 110 110111 0 1101 100100110 1000010 1000000

Color Harmonies of #D265DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265DF

Black with #D265DF

Text Example


Text Example

White with #D265DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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