#D264C4

Color #D264C4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D264C4

Tints of Orchid #D264C4

Color information

#D264C4 (or 0xD264C4) is unknown color: approx Orchid. HEX triplet: D2, 64 and C4. RGB value is (210,100,196). Sum of RGB (Red+Green+Blue) = 210+100+196=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D264C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264C4 is #2D9B3B. Grayscale: #8F8F8F. Windows color (decimal): -2988860 or 12870866. OLE color: 12870866.

HSL color Cylindrical-coordinate representation of color #D264C4: hue angle of 307.64º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D264C4 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB210100196-
CMYK00.520.070.18
HSL307.64º55%60.78%-
HSV(B)307.64º52.38%82.35%-
XYZ41.126.855.23-
YUV143.83157.44175.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 100 (39.45% from 255) = 19.76%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=41.50%
G=19.76%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010019600.520.070.18307.645560.78
HexD264C4034712134373d
Octal3221443040647224646775
Binary11010010110010011000100011010011110010100110100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D264C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D264C4; }

 p { color: rgb(210,100,196); }

 H1.HeaderClassName
 {
   color: #D264C4;
 }
 .AnyTagClassName
 {
   color: #D264C4;
 }
</style>
background-color css

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

 a { background-color: rgb(210,100,196); }

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

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

 span { border-color: rgb(210,100,196); }

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