Html Css Color HEX #C068D2 Medium Orchid

📋 copy color: '#C068D2'

red 192 ◦ green 104 ◦ blue 210

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

Shades of Medium Orchid #C068D2

Tints of Medium Orchid #C068D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 37.94%
G = 20.55%
B = 41.5%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C068D2 (or 0xC068D2) is known color: Medium Orchid. HEX triplet: C0, 68 and D2. RGB value is (192,104,210). Sum of RGB (Red+Green+Blue) = 192+104+210=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #C068D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068D2 is #3F972D. Grayscale: #8E8E8E. Windows color (decimal): -4167470 or 13789376. OLE color: 13789376.

HSL color Cylindrical-coordinate representation of color #C068D2: hue angle of 289.81º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C068D2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 104 210 -
CMYK 0.09 0.50 0 0.18
HSL 289.81º 0.54% 0.62% -
HSV(B) 289.81º 0.5% 0.82% -
XYZ 38.32 25.76 63.93 -
YUV 142.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 192 104 210 0.09 0.50 0 0.18 289.81 0.54 0.62
Hex C0 68 D2 9 32 0 12 122 36 3E
Octal 300 150 322 11 62 0 22 442 66 76
Binary 11000000 1101000 11010010 1001 110010 0 10010 100100010 110110 111110

Color Harmonies of #C068D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068D2

Black with #C068D2

Text Example


Text Example

White with #C068D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068D2; }

 p { color: rgb(192,104,210); }

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

background-color css

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

 a { background-color: rgb(192,104,210); }

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

border-color css

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

 span { border-color: rgb(192,104,210); }

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