Html Css Color HEX #D268D7 Orchid

📋 copy color: '#D268D7'

red 210 ◦ green 104 ◦ blue 215

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

Shades of Orchid #D268D7

Tints of Orchid #D268D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 39.7%
G = 19.66%
B = 40.64%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D268D7 (or 0xD268D7) is known color: Orchid. HEX triplet: D2, 68 and D7. RGB value is (210,104,215). Sum of RGB (Red+Green+Blue) = 210+104+215=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #D268D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268D7 is #2D9728. Grayscale: #949494. Windows color (decimal): -2987817 or 14117074. OLE color: 14117074.

HSL color Cylindrical-coordinate representation of color #D268D7: hue angle of 297.3º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D268D7 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 104 215 -
CMYK 0.02 0.52 0 0.16
HSL 297.3º 0.58% 0.63% -
HSV(B) 297.3º 0.52% 0.84% -
XYZ 43.79 28.51 67.48 -
YUV 148.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 210 104 215 0.02 0.52 0 0.16 297.3 0.58 0.63
Hex D2 68 D7 2 34 0 10 129 3A 3F
Octal 322 150 327 2 64 0 20 451 72 77
Binary 11010010 1101000 11010111 10 110100 0 10000 100101001 111010 111111

Color Harmonies of #D268D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268D7

Black with #D268D7

Text Example


Text Example

White with #D268D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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