Html Css Color HEX #C028DF Dark Orchid

📋 copy color: '#C028DF'

red 192 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #C028DF

Tints of Dark Orchid #C028DF

RGB

 RED value IS 192 (75.39% from 255) = 42.2%

 GREEN value IS 40 (16.02% from 255) = 8.79%

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 42.2%
G = 8.79%
B = 49.01%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C028DF (or 0xC028DF) is known color: Dark Orchid. HEX triplet: C0, 28 and DF. RGB value is (192,40,223). Sum of RGB (Red+Green+Blue) = 192+40+223=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #C028DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028DF is #3FD720. Grayscale: #696969. Windows color (decimal): -4183841 or 14624960. OLE color: 14624960.

HSL color Cylindrical-coordinate representation of color #C028DF: hue angle of 289.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C028DF is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 40 223 -
CMYK 0.14 0.82 0 0.13
HSL 289.84º 0.74% 0.52% -
HSV(B) 289.84º 0.82% 0.87% -
XYZ 35.82 18.05 71.41 -
YUV 106.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 192 40 223 0.14 0.82 0 0.13 289.84 0.74 0.52
Hex C0 28 DF E 52 0 D 122 4A 34
Octal 300 50 337 16 122 0 15 442 112 64
Binary 11000000 101000 11011111 1110 1010010 0 1101 100100010 1001010 110100

Color Harmonies of #C028DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028DF

Black with #C028DF

Text Example


Text Example

White with #C028DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028DF; }

 p { color: rgb(192,40,223); }

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

background-color css

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

 a { background-color: rgb(192,40,223); }

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

border-color css

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

 span { border-color: rgb(192,40,223); }

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