Html Css Color HEX #C067EE Medium Orchid

📋 copy color: '#C067EE'

red 192 ◦ green 103 ◦ blue 238

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

Shades of Medium Orchid #C067EE

Tints of Medium Orchid #C067EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 36.02%
G = 19.32%
B = 44.65%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C067EE (or 0xC067EE) is known color: Medium Orchid. HEX triplet: C0, 67 and EE. RGB value is (192,103,238). Sum of RGB (Red+Green+Blue) = 192+103+238=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #C067EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067EE is #3F9811. Grayscale: #909090. Windows color (decimal): -4167698 or 15624128. OLE color: 15624128.

HSL color Cylindrical-coordinate representation of color #C067EE: hue angle of 279.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C067EE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 103 238 -
CMYK 0.19 0.57 0 0.07
HSL 279.56º 0.8% 0.67% -
HSV(B) 279.56º 0.57% 0.93% -
XYZ 42.02 27.08 83.9 -
YUV 145 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 192 103 238 0.19 0.57 0 0.07 279.56 0.8 0.67
Hex C0 67 EE 13 39 0 7 118 50 43
Octal 300 147 356 23 71 0 7 430 120 103
Binary 11000000 1100111 11101110 10011 111001 0 111 100011000 1010000 1000011

Color Harmonies of #C067EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067EE

Black with #C067EE

Text Example


Text Example

White with #C067EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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