Html Css Color HEX #D261C7 Orchid

📋 copy color: '#D261C7'

red 210 ◦ green 97 ◦ blue 199

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

Shades of Orchid #D261C7

Tints of Orchid #D261C7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 41.5%
G = 19.17%
B = 39.33%

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

#D261C7 (or 0xD261C7) is known color: Orchid. HEX triplet: D2, 61 and C7. RGB value is (210,97,199). Sum of RGB (Red+Green+Blue) = 210+97+199=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D261C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261C7 is #2D9E38. Grayscale: #8E8E8E. Windows color (decimal): -2989625 or 13066706. OLE color: 13066706.

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

Color convert

RGB 210 97 199 -
CMYK 0 0.54 0.05 0.18
HSL 305.84º 0.56% 0.6% -
HSV(B) 305.84º 0.54% 0.82% -
XYZ 41.16 26.37 56.95 -
YUV 142.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 210 97 199 0 0.54 0.05 0.18 305.84 0.56 0.6
Hex D2 61 C7 0 36 5 12 132 38 3C
Octal 322 141 307 0 66 5 22 462 70 74
Binary 11010010 1100001 11000111 0 110110 101 10010 100110010 111000 111100

Color Harmonies of #D261C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261C7

Black with #D261C7

Text Example


Text Example

White with #D261C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261C7; }

 p { color: rgb(210,97,199); }

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

background-color css

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

 a { background-color: rgb(210,97,199); }

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

border-color css

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

 span { border-color: rgb(210,97,199); }

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