Html Css Color HEX #DA6FCB Orchid

📋 copy color: '#DA6FCB'

red 218 ◦ green 111 ◦ blue 203

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

Shades of Orchid #DA6FCB

Tints of Orchid #DA6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

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

R = 40.98%
G = 20.86%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA6FCB (or 0xDA6FCB) is known color: Orchid. HEX triplet: DA, 6F and CB. RGB value is (218,111,203). Sum of RGB (Red+Green+Blue) = 218+111+203=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FCB is #259034. Grayscale: #999999. Windows color (decimal): -2461749 or 13332442. OLE color: 13332442.

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

Color convert

RGB 218 111 203 -
CMYK 0 0.49 0.07 0.15
HSL 308.41º 0.59% 0.65% -
HSV(B) 308.41º 0.49% 0.85% -
XYZ 45.38 30.59 60.01 -
YUV 153.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 218 111 203 0 0.49 0.07 0.15 308.41 0.59 0.65
Hex DA 6F CB 0 31 7 F 134 3B 41
Octal 332 157 313 0 61 7 17 464 73 101
Binary 11011010 1101111 11001011 0 110001 111 1111 100110100 111011 1000001

Color Harmonies of #DA6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FCB

Black with #DA6FCB

Text Example


Text Example

White with #DA6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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