Html Css Color HEX #C067CC Medium Orchid

📋 copy color: '#C067CC'

red 192 ◦ green 103 ◦ blue 204

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

Shades of Medium Orchid #C067CC

Tints of Medium Orchid #C067CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 38.48%
G = 20.64%
B = 40.88%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C067CC (or 0xC067CC) is known color: Medium Orchid. HEX triplet: C0, 67 and CC. RGB value is (192,103,204). Sum of RGB (Red+Green+Blue) = 192+103+204=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C067CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067CC is #3F9833. Grayscale: #8C8C8C. Windows color (decimal): -4167732 or 13395904. OLE color: 13395904.

HSL color Cylindrical-coordinate representation of color #C067CC: hue angle of 292.87º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C067CC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 103 204 -
CMYK 0.06 0.50 0 0.2
HSL 292.87º 0.5% 0.6% -
HSV(B) 292.87º 0.5% 0.8% -
XYZ 37.49 25.27 60.03 -
YUV 141.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 192 103 204 0.06 0.50 0 0.2 292.87 0.5 0.6
Hex C0 67 CC 6 32 0 14 125 32 3C
Octal 300 147 314 6 62 0 24 445 62 74
Binary 11000000 1100111 11001100 110 110010 0 10100 100100101 110010 111100

Color Harmonies of #C067CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067CC

Black with #C067CC

Text Example


Text Example

White with #C067CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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