Html Css Color HEX #D264C7 Orchid

📋 copy color: '#D264C7'

red 210 ◦ green 100 ◦ blue 199

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

Shades of Orchid #D264C7

Tints of Orchid #D264C7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.65%

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

R = 41.26%
G = 19.65%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D264C7 (or 0xD264C7) is known color: Orchid. HEX triplet: D2, 64 and C7. RGB value is (210,100,199). Sum of RGB (Red+Green+Blue) = 210+100+199=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D264C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264C7 is #2D9B38. Grayscale: #8F8F8F. Windows color (decimal): -2988857 or 13067474. OLE color: 13067474.

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

Color convert

RGB 210 100 199 -
CMYK 0 0.52 0.05 0.18
HSL 306º 0.55% 0.61% -
HSV(B) 306º 0.52% 0.82% -
XYZ 41.44 26.94 57.05 -
YUV 144.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 210 100 199 0 0.52 0.05 0.18 306 0.55 0.61
Hex D2 64 C7 0 34 5 12 132 37 3D
Octal 322 144 307 0 64 5 22 462 67 75
Binary 11010010 1100100 11000111 0 110100 101 10010 100110010 110111 111101

Color Harmonies of #D264C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264C7

Black with #D264C7

Text Example


Text Example

White with #D264C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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