Html Css Color HEX #C067DA Medium Orchid

📋 copy color: '#C067DA'

red 192 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #C067DA

Tints of Medium Orchid #C067DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.08%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 37.43%
G = 20.08%
B = 42.5%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C067DA (or 0xC067DA) is known color: Medium Orchid. HEX triplet: C0, 67 and DA. RGB value is (192,103,218). Sum of RGB (Red+Green+Blue) = 192+103+218=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C067DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067DA is #3F9825. Grayscale: #8E8E8E. Windows color (decimal): -4167718 or 14313408. OLE color: 14313408.

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

Color convert

RGB 192 103 218 -
CMYK 0.12 0.53 0 0.15
HSL 286.43º 0.61% 0.63% -
HSV(B) 286.43º 0.53% 0.85% -
XYZ 39.24 25.97 69.27 -
YUV 142.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 192 103 218 0.12 0.53 0 0.15 286.43 0.61 0.63
Hex C0 67 DA C 35 0 F 11E 3D 3F
Octal 300 147 332 14 65 0 17 436 75 77
Binary 11000000 1100111 11011010 1100 110101 0 1111 100011110 111101 111111

Color Harmonies of #C067DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067DA

Black with #C067DA

Text Example


Text Example

White with #C067DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067DA; }

 p { color: rgb(192,103,218); }

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

background-color css

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

 a { background-color: rgb(192,103,218); }

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

border-color css

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

 span { border-color: rgb(192,103,218); }

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