Html Css Color HEX #D261CC Orchid

📋 copy color: '#D261CC'

red 210 ◦ green 97 ◦ blue 204

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

Shades of Orchid #D261CC

Tints of Orchid #D261CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 41.1%
G = 18.98%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D261CC (or 0xD261CC) is known color: Orchid. HEX triplet: D2, 61 and CC. RGB value is (210,97,204). Sum of RGB (Red+Green+Blue) = 210+97+204=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D261CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261CC is #2D9E33. Grayscale: #8E8E8E. Windows color (decimal): -2989620 or 13394386. OLE color: 13394386.

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

Color convert

RGB 210 97 204 -
CMYK 0 0.54 0.03 0.18
HSL 303.19º 0.56% 0.6% -
HSV(B) 303.19º 0.54% 0.82% -
XYZ 41.75 26.61 60.06 -
YUV 142.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 210 97 204 0 0.54 0.03 0.18 303.19 0.56 0.6
Hex D2 61 CC 0 36 3 12 12F 38 3C
Octal 322 141 314 0 66 3 22 457 70 74
Binary 11010010 1100001 11001100 0 110110 11 10010 100101111 111000 111100

Color Harmonies of #D261CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261CC

Black with #D261CC

Text Example


Text Example

White with #D261CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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