Html Css Color HEX #DB65CF Orchid

📋 copy color: '#DB65CF'

red 219 ◦ green 101 ◦ blue 207

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

Shades of Orchid #DB65CF

Tints of Orchid #DB65CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.17%

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 41.56%
G = 19.17%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB65CF (or 0xDB65CF) is known color: Orchid. HEX triplet: DB, 65 and CF. RGB value is (219,101,207). Sum of RGB (Red+Green+Blue) = 219+101+207=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65CF is #249A30. Grayscale: #949494. Windows color (decimal): -2398769 or 13592027. OLE color: 13592027.

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

Color convert

RGB 219 101 207 -
CMYK 0 0.54 0.05 0.14
HSL 306.1º 0.62% 0.63% -
HSV(B) 306.1º 0.54% 0.86% -
XYZ 45.13 28.87 62.23 -
YUV 148.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 219 101 207 0 0.54 0.05 0.14 306.1 0.62 0.63
Hex DB 65 CF 0 36 5 E 132 3E 3F
Octal 333 145 317 0 66 5 16 462 76 77
Binary 11011011 1100101 11001111 0 110110 101 1110 100110010 111110 111111

Color Harmonies of #DB65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65CF

Black with #DB65CF

Text Example


Text Example

White with #DB65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65CF; }

 p { color: rgb(219,101,207); }

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

background-color css

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

 a { background-color: rgb(219,101,207); }

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

border-color css

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

 span { border-color: rgb(219,101,207); }

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