Html Css Color HEX #D267DC Orchid

📋 copy color: '#D267DC'

red 210 ◦ green 103 ◦ blue 220

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

Shades of Orchid #D267DC

Tints of Orchid #D267DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 39.4%
G = 19.32%
B = 41.28%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D267DC (or 0xD267DC) is known color: Orchid. HEX triplet: D2, 67 and DC. RGB value is (210,103,220). Sum of RGB (Red+Green+Blue) = 210+103+220=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #D267DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267DC is #2D9823. Grayscale: #939393. Windows color (decimal): -2988068 or 14444498. OLE color: 14444498.

HSL color Cylindrical-coordinate representation of color #D267DC: hue angle of 294.87º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D267DC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 103 220 -
CMYK 0.05 0.53 0 0.14
HSL 294.87º 0.63% 0.63% -
HSV(B) 294.87º 0.53% 0.86% -
XYZ 44.35 28.57 70.89 -
YUV 148.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 210 103 220 0.05 0.53 0 0.14 294.87 0.63 0.63
Hex D2 67 DC 5 35 0 E 127 3F 3F
Octal 322 147 334 5 65 0 16 447 77 77
Binary 11010010 1100111 11011100 101 110101 0 1110 100100111 111111 111111

Color Harmonies of #D267DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267DC

Black with #D267DC

Text Example


Text Example

White with #D267DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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