Html Css Color HEX #D260C8 Orchid

📋 copy color: '#D260C8'

red 210 ◦ green 96 ◦ blue 200

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

Shades of Orchid #D260C8

Tints of Orchid #D260C8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.97%

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

R = 41.5%
G = 18.97%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D260C8 (or 0xD260C8) is known color: Orchid. HEX triplet: D2, 60 and C8. RGB value is (210,96,200). Sum of RGB (Red+Green+Blue) = 210+96+200=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D260C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260C8 is #2D9F37. Grayscale: #8D8D8D. Windows color (decimal): -2989880 or 13131986. OLE color: 13131986.

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

Color convert

RGB 210 96 200 -
CMYK 0 0.54 0.05 0.18
HSL 305.26º 0.56% 0.6% -
HSV(B) 305.26º 0.54% 0.82% -
XYZ 41.19 26.24 57.54 -
YUV 141.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 210 96 200 0 0.54 0.05 0.18 305.26 0.56 0.6
Hex D2 60 C8 0 36 5 12 131 38 3C
Octal 322 140 310 0 66 5 22 461 70 74
Binary 11010010 1100000 11001000 0 110110 101 10010 100110001 111000 111100

Color Harmonies of #D260C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260C8

Black with #D260C8

Text Example


Text Example

White with #D260C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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