Html Css Color HEX #D268DA Orchid

📋 copy color: '#D268DA'

red 210 ◦ green 104 ◦ blue 218

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

Shades of Orchid #D268DA

Tints of Orchid #D268DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 39.47%
G = 19.55%
B = 40.98%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D268DA (or 0xD268DA) is known color: Orchid. HEX triplet: D2, 68 and DA. RGB value is (210,104,218). Sum of RGB (Red+Green+Blue) = 210+104+218=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #D268DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268DA is #2D9725. Grayscale: #949494. Windows color (decimal): -2987814 or 14313682. OLE color: 14313682.

HSL color Cylindrical-coordinate representation of color #D268DA: hue angle of 295.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D268DA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 104 218 -
CMYK 0.04 0.52 0 0.15
HSL 295.79º 0.61% 0.63% -
HSV(B) 295.79º 0.52% 0.85% -
XYZ 44.18 28.66 69.53 -
YUV 148.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 210 104 218 0.04 0.52 0 0.15 295.79 0.61 0.63
Hex D2 68 DA 4 34 0 F 128 3D 3F
Octal 322 150 332 4 64 0 17 450 75 77
Binary 11010010 1101000 11011010 100 110100 0 1111 100101000 111101 111111

Color Harmonies of #D268DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268DA

Black with #D268DA

Text Example


Text Example

White with #D268DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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