Html Css Color HEX #DA68CB Orchid

📋 copy color: '#DA68CB'

red 218 ◦ green 104 ◦ blue 203

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

Shades of Orchid #DA68CB

Tints of Orchid #DA68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 41.52%
G = 19.81%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA68CB (or 0xDA68CB) is known color: Orchid. HEX triplet: DA, 68 and CB. RGB value is (218,104,203). Sum of RGB (Red+Green+Blue) = 218+104+203=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68CB is #259734. Grayscale: #959595. Windows color (decimal): -2463541 or 13330650. OLE color: 13330650.

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

Color convert

RGB 218 104 203 -
CMYK 0 0.52 0.07 0.15
HSL 307.89º 0.61% 0.63% -
HSV(B) 307.89º 0.52% 0.85% -
XYZ 44.64 29.12 59.77 -
YUV 149.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 218 104 203 0 0.52 0.07 0.15 307.89 0.61 0.63
Hex DA 68 CB 0 34 7 F 134 3D 3F
Octal 332 150 313 0 64 7 17 464 75 77
Binary 11011010 1101000 11001011 0 110100 111 1111 100110100 111101 111111

Color Harmonies of #DA68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68CB

Black with #DA68CB

Text Example


Text Example

White with #DA68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68CB; }

 p { color: rgb(218,104,203); }

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

background-color css

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

 a { background-color: rgb(218,104,203); }

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

border-color css

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

 span { border-color: rgb(218,104,203); }

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