Html Css Color HEX #D260CF Orchid

📋 copy color: '#D260CF'

red 210 ◦ green 96 ◦ blue 207

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

Shades of Orchid #D260CF

Tints of Orchid #D260CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 40.94%
G = 18.71%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D260CF (or 0xD260CF) is known color: Orchid. HEX triplet: D2, 60 and CF. RGB value is (210,96,207). Sum of RGB (Red+Green+Blue) = 210+96+207=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D260CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260CF is #2D9F30. Grayscale: #8E8E8E. Windows color (decimal): -2989873 or 13590738. OLE color: 13590738.

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

Color convert

RGB 210 96 207 -
CMYK 0 0.54 0.01 0.18
HSL 301.58º 0.56% 0.6% -
HSV(B) 301.58º 0.54% 0.82% -
XYZ 42.02 26.57 61.95 -
YUV 142.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 210 96 207 0 0.54 0.01 0.18 301.58 0.56 0.6
Hex D2 60 CF 0 36 1 12 12E 38 3C
Octal 322 140 317 0 66 1 22 456 70 74
Binary 11010010 1100000 11001111 0 110110 1 10010 100101110 111000 111100

Color Harmonies of #D260CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260CF

Black with #D260CF

Text Example


Text Example

White with #D260CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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