Html Css Color HEX #D462CA Orchid

📋 copy color: '#D462CA'

red 212 ◦ green 98 ◦ blue 202

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

Shades of Orchid #D462CA

Tints of Orchid #D462CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.14%

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 41.41%
G = 19.14%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D462CA (or 0xD462CA) is known color: Orchid. HEX triplet: D4, 62 and CA. RGB value is (212,98,202). Sum of RGB (Red+Green+Blue) = 212+98+202=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D462CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462CA is #2B9D35. Grayscale: #8F8F8F. Windows color (decimal): -2858294 or 13263572. OLE color: 13263572.

HSL color Cylindrical-coordinate representation of color #D462CA: hue angle of 305.26º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462CA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 98 202 -
CMYK 0 0.54 0.05 0.17
HSL 305.26º 0.57% 0.61% -
HSV(B) 305.26º 0.54% 0.83% -
XYZ 42.18 27 58.86 -
YUV 143.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 212 98 202 0 0.54 0.05 0.17 305.26 0.57 0.61
Hex D4 62 CA 0 36 5 11 131 39 3D
Octal 324 142 312 0 66 5 21 461 71 75
Binary 11010100 1100010 11001010 0 110110 101 10001 100110001 111001 111101

Color Harmonies of #D462CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462CA

Black with #D462CA

Text Example


Text Example

White with #D462CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462CA; }

 p { color: rgb(212,98,202); }

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

background-color css

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

 a { background-color: rgb(212,98,202); }

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

border-color css

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

 span { border-color: rgb(212,98,202); }

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