Html Css Color HEX #D062C8 Orchid

📋 copy color: '#D062C8'

red 208 ◦ green 98 ◦ blue 200

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

Shades of Orchid #D062C8

Tints of Orchid #D062C8

RGB

 RED value IS 208 (81.64% from 255) = 41.11%

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

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 41.11%
G = 19.37%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D062C8 (or 0xD062C8) is known color: Orchid. HEX triplet: D0, 62 and C8. RGB value is (208,98,200). Sum of RGB (Red+Green+Blue) = 208+98+200=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D062C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062C8 is #2F9D37. Grayscale: #8E8E8E. Windows color (decimal): -3120440 or 13132496. OLE color: 13132496.

HSL color Cylindrical-coordinate representation of color #D062C8: hue angle of 304.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D062C8 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 200 -
CMYK 0 0.53 0.04 0.18
HSL 304.36º 0.54% 0.6% -
HSV(B) 304.36º 0.53% 0.82% -
XYZ 40.81 26.32 57.57 -
YUV 142.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 208 98 200 0 0.53 0.04 0.18 304.36 0.54 0.6
Hex D0 62 C8 0 35 4 12 130 36 3C
Octal 320 142 310 0 65 4 22 460 66 74
Binary 11010000 1100010 11001000 0 110101 100 10010 100110000 110110 111100

Color Harmonies of #D062C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062C8

Black with #D062C8

Text Example


Text Example

White with #D062C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062C8; }

 p { color: rgb(208,98,200); }

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

background-color css

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

 a { background-color: rgb(208,98,200); }

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

border-color css

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

 span { border-color: rgb(208,98,200); }

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