Html Css Color HEX #D268D2 Orchid

📋 copy color: '#D268D2'

red 210 ◦ green 104 ◦ blue 210

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

Shades of Orchid #D268D2

Tints of Orchid #D268D2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.85%

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 40.08%
G = 19.85%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D268D2 (or 0xD268D2) is known color: Orchid. HEX triplet: D2, 68 and D2. RGB value is (210,104,210). Sum of RGB (Red+Green+Blue) = 210+104+210=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D268D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268D2 is #2D972D. Grayscale: #939393. Windows color (decimal): -2987822 or 13789394. OLE color: 13789394.

HSL color Cylindrical-coordinate representation of color #D268D2: hue angle of 300º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268D2 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 104 210 -
CMYK 0 0.50 0 0.18
HSL 300º 0.54% 0.62% -
HSV(B) 300º 0.5% 0.82% -
XYZ 43.16 28.26 64.15 -
YUV 147.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 210 104 210 0 0.50 0 0.18 300 0.54 0.62
Hex D2 68 D2 0 32 0 12 12C 36 3E
Octal 322 150 322 0 62 0 22 454 66 76
Binary 11010010 1101000 11010010 0 110010 0 10010 100101100 110110 111110

Color Harmonies of #D268D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268D2

Black with #D268D2

Text Example


Text Example

White with #D268D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268D2; }

 p { color: rgb(210,104,210); }

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

background-color css

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

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

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

border-color css

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

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

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