Html Css Color HEX #D264D7 Orchid

📋 copy color: '#D264D7'

red 210 ◦ green 100 ◦ blue 215

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

Shades of Orchid #D264D7

Tints of Orchid #D264D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 40%
G = 19.05%
B = 40.95%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D264D7 (or 0xD264D7) is known color: Orchid. HEX triplet: D2, 64 and D7. RGB value is (210,100,215). Sum of RGB (Red+Green+Blue) = 210+100+215=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #D264D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264D7 is #2D9B28. Grayscale: #919191. Windows color (decimal): -2988841 or 14116050. OLE color: 14116050.

HSL color Cylindrical-coordinate representation of color #D264D7: hue angle of 297.39º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D264D7 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 100 215 -
CMYK 0.02 0.53 0 0.16
HSL 297.39º 0.59% 0.62% -
HSV(B) 297.39º 0.53% 0.84% -
XYZ 43.4 27.72 67.35 -
YUV 146 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 210 100 215 0.02 0.53 0 0.16 297.39 0.59 0.62
Hex D2 64 D7 2 35 0 10 129 3B 3E
Octal 322 144 327 2 65 0 20 451 73 76
Binary 11010010 1100100 11010111 10 110101 0 10000 100101001 111011 111110

Color Harmonies of #D264D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264D7

Black with #D264D7

Text Example


Text Example

White with #D264D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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