Html Css Color HEX #D269C8 Orchid

📋 copy color: '#D269C8'

red 210 ◦ green 105 ◦ blue 200

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

Shades of Orchid #D269C8

Tints of Orchid #D269C8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.39%

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 40.78%
G = 20.39%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D269C8 (or 0xD269C8) is known color: Orchid. HEX triplet: D2, 69 and C8. RGB value is (210,105,200). Sum of RGB (Red+Green+Blue) = 210+105+200=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D269C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269C8 is #2D9637. Grayscale: #929292. Windows color (decimal): -2987576 or 13134290. OLE color: 13134290.

HSL color Cylindrical-coordinate representation of color #D269C8: hue angle of 305.71º 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 #D269C8 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 105 200 -
CMYK 0 0.50 0.05 0.18
HSL 305.71º 0.54% 0.62% -
HSV(B) 305.71º 0.5% 0.82% -
XYZ 42.06 27.97 57.83 -
YUV 147.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 210 105 200 0 0.50 0.05 0.18 305.71 0.54 0.62
Hex D2 69 C8 0 32 5 12 132 36 3E
Octal 322 151 310 0 62 5 22 462 66 76
Binary 11010010 1101001 11001000 0 110010 101 10010 100110010 110110 111110

Color Harmonies of #D269C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269C8

Black with #D269C8

Text Example


Text Example

White with #D269C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269C8; }

 p { color: rgb(210,105,200); }

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

background-color css

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

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

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

border-color css

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

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

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