Html Css Color HEX #D468C5 Orchid

📋 copy color: '#D468C5'

red 212 ◦ green 104 ◦ blue 197

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

Shades of Orchid #D468C5

Tints of Orchid #D468C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 41.33%
G = 20.27%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D468C5 (or 0xD468C5) is known color: Orchid. HEX triplet: D4, 68 and C5. RGB value is (212,104,197). Sum of RGB (Red+Green+Blue) = 212+104+197=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D468C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468C5 is #2B973A. Grayscale: #929292. Windows color (decimal): -2856763 or 12937428. OLE color: 12937428.

HSL color Cylindrical-coordinate representation of color #D468C5: hue angle of 308.33º 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 #D468C5 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 197 -
CMYK 0 0.51 0.07 0.17
HSL 308.33º 0.56% 0.62% -
HSV(B) 308.33º 0.51% 0.83% -
XYZ 42.18 27.93 55.99 -
YUV 146.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 212 104 197 0 0.51 0.07 0.17 308.33 0.56 0.62
Hex D4 68 C5 0 33 7 11 134 38 3E
Octal 324 150 305 0 63 7 21 464 70 76
Binary 11010100 1101000 11000101 0 110011 111 10001 100110100 111000 111110

Color Harmonies of #D468C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D468C5

Black with #D468C5

Text Example


Text Example

White with #D468C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D468C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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