Html Css Color HEX #D267DF Orchid

📋 copy color: '#D267DF'

red 210 ◦ green 103 ◦ blue 223

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

Shades of Orchid #D267DF

Tints of Orchid #D267DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.22%

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

R = 39.18%
G = 19.22%
B = 41.6%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D267DF (or 0xD267DF) is known color: Orchid. HEX triplet: D2, 67 and DF. RGB value is (210,103,223). Sum of RGB (Red+Green+Blue) = 210+103+223=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D267DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267DF is #2D9820. Grayscale: #949494. Windows color (decimal): -2988065 or 14641106. OLE color: 14641106.

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

Color convert

RGB 210 103 223 -
CMYK 0.06 0.54 0 0.13
HSL 293.5º 0.65% 0.64% -
HSV(B) 293.5º 0.54% 0.87% -
XYZ 44.75 28.73 73 -
YUV 148.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 210 103 223 0.06 0.54 0 0.13 293.5 0.65 0.64
Hex D2 67 DF 6 36 0 D 126 41 40
Octal 322 147 337 6 66 0 15 446 101 100
Binary 11010010 1100111 11011111 110 110110 0 1101 100100110 1000001 1000000

Color Harmonies of #D267DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267DF

Black with #D267DF

Text Example


Text Example

White with #D267DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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