Html Css Color HEX #D264CD Orchid

📋 copy color: '#D264CD'

red 210 ◦ green 100 ◦ blue 205

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

Shades of Orchid #D264CD

Tints of Orchid #D264CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 40.78%
G = 19.42%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D264CD (or 0xD264CD) is known color: Orchid. HEX triplet: D2, 64 and CD. RGB value is (210,100,205). Sum of RGB (Red+Green+Blue) = 210+100+205=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D264CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264CD is #2D9B32. Grayscale: #909090. Windows color (decimal): -2988851 or 13460690. OLE color: 13460690.

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

Color convert

RGB 210 100 205 -
CMYK 0 0.52 0.02 0.18
HSL 302.73º 0.55% 0.61% -
HSV(B) 302.73º 0.52% 0.82% -
XYZ 42.15 27.22 60.79 -
YUV 144.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 210 100 205 0 0.52 0.02 0.18 302.73 0.55 0.61
Hex D2 64 CD 0 34 2 12 12F 37 3D
Octal 322 144 315 0 64 2 22 457 67 75
Binary 11010010 1100100 11001101 0 110100 10 10010 100101111 110111 111101

Color Harmonies of #D264CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264CD

Black with #D264CD

Text Example


Text Example

White with #D264CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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