Html Css Color HEX #D468CD Orchid

📋 copy color: '#D468CD'

red 212 ◦ green 104 ◦ blue 205

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

Shades of Orchid #D468CD

Tints of Orchid #D468CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.96%

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

R = 40.69%
G = 19.96%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D468CD (or 0xD468CD) is known color: Orchid. HEX triplet: D4, 68 and CD. RGB value is (212,104,205). Sum of RGB (Red+Green+Blue) = 212+104+205=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D468CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468CD is #2B9732. Grayscale: #939393. Windows color (decimal): -2856755 or 13461716. OLE color: 13461716.

HSL color Cylindrical-coordinate representation of color #D468CD: hue angle of 303.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D468CD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 205 -
CMYK 0 0.51 0.03 0.17
HSL 303.89º 0.56% 0.62% -
HSV(B) 303.89º 0.51% 0.83% -
XYZ 43.12 28.31 60.95 -
YUV 147.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 212 104 205 0 0.51 0.03 0.17 303.89 0.56 0.62
Hex D4 68 CD 0 33 3 11 130 38 3E
Octal 324 150 315 0 63 3 21 460 70 76
Binary 11010100 1101000 11001101 0 110011 11 10001 100110000 111000 111110

Color Harmonies of #D468CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D468CD

Black with #D468CD

Text Example


Text Example

White with #D468CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D468CD; }

 p { color: rgb(212,104,205); }

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

background-color css

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

 a { background-color: rgb(212,104,205); }

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

border-color css

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

 span { border-color: rgb(212,104,205); }

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