Html Css Color HEX #D461CC Orchid

📋 copy color: '#D461CC'

red 212 ◦ green 97 ◦ blue 204

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

Shades of Orchid #D461CC

Tints of Orchid #D461CC

RGB

 RED value IS 212 (83.2% from 255) = 41.33%

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

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

R = 41.33%
G = 18.91%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D461CC (or 0xD461CC) is known color: Orchid. HEX triplet: D4, 61 and CC. RGB value is (212,97,204). Sum of RGB (Red+Green+Blue) = 212+97+204=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D461CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461CC is #2B9E33. Grayscale: #8F8F8F. Windows color (decimal): -2858548 or 13394388. OLE color: 13394388.

HSL color Cylindrical-coordinate representation of color #D461CC: hue angle of 304.17º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D461CC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 204 -
CMYK 0 0.54 0.04 0.17
HSL 304.17º 0.57% 0.61% -
HSV(B) 304.17º 0.54% 0.83% -
XYZ 42.33 26.91 60.09 -
YUV 143.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 212 97 204 0 0.54 0.04 0.17 304.17 0.57 0.61
Hex D4 61 CC 0 36 4 11 130 39 3D
Octal 324 141 314 0 66 4 21 460 71 75
Binary 11010100 1100001 11001100 0 110110 100 10001 100110000 111001 111101

Color Harmonies of #D461CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461CC

Black with #D461CC

Text Example


Text Example

White with #D461CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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