Html Css Color HEX #DA65CF Orchid

📋 copy color: '#DA65CF'

red 218 ◦ green 101 ◦ blue 207

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

Shades of Orchid #DA65CF

Tints of Orchid #DA65CF

RGB

 RED value IS 218 (85.55% from 255) = 41.44%

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

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

R = 41.44%
G = 19.2%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA65CF (or 0xDA65CF) is known color: Orchid. HEX triplet: DA, 65 and CF. RGB value is (218,101,207). Sum of RGB (Red+Green+Blue) = 218+101+207=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65CF is #259A30. Grayscale: #939393. Windows color (decimal): -2464305 or 13592026. OLE color: 13592026.

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

Color convert

RGB 218 101 207 -
CMYK 0 0.54 0.05 0.15
HSL 305.64º 0.61% 0.63% -
HSV(B) 305.64º 0.54% 0.85% -
XYZ 44.83 28.72 62.21 -
YUV 148.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 218 101 207 0 0.54 0.05 0.15 305.64 0.61 0.63
Hex DA 65 CF 0 36 5 F 132 3D 3F
Octal 332 145 317 0 66 5 17 462 75 77
Binary 11011010 1100101 11001111 0 110110 101 1111 100110010 111101 111111

Color Harmonies of #DA65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65CF

Black with #DA65CF

Text Example


Text Example

White with #DA65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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