Html Css Color HEX #DB68C4 Orchid

📋 copy color: '#DB68C4'

red 219 ◦ green 104 ◦ blue 196

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

Shades of Orchid #DB68C4

Tints of Orchid #DB68C4

RGB

 RED value IS 219 (85.94% from 255) = 42.2%

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 42.2%
G = 20.04%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB68C4 (or 0xDB68C4) is known color: Orchid. HEX triplet: DB, 68 and C4. RGB value is (219,104,196). Sum of RGB (Red+Green+Blue) = 219+104+196=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68C4 is #24973B. Grayscale: #949494. Windows color (decimal): -2398012 or 12871899. OLE color: 12871899.

HSL color Cylindrical-coordinate representation of color #DB68C4: hue angle of 312º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68C4 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 104 196 -
CMYK 0 0.53 0.11 0.14
HSL 312º 0.61% 0.63% -
HSV(B) 312º 0.53% 0.86% -
XYZ 44.13 28.95 55.49 -
YUV 148.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 219 104 196 0 0.53 0.11 0.14 312 0.61 0.63
Hex DB 68 C4 0 35 B E 138 3D 3F
Octal 333 150 304 0 65 13 16 470 75 77
Binary 11011011 1101000 11000100 0 110101 1011 1110 100111000 111101 111111

Color Harmonies of #DB68C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68C4

Black with #DB68C4

Text Example


Text Example

White with #DB68C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68C4; }

 p { color: rgb(219,104,196); }

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

background-color css

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

 a { background-color: rgb(219,104,196); }

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

border-color css

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

 span { border-color: rgb(219,104,196); }

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