Html Css Color HEX #C069EA Medium Orchid

📋 copy color: '#C069EA'

red 192 ◦ green 105 ◦ blue 234

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

Shades of Medium Orchid #C069EA

Tints of Medium Orchid #C069EA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.77%

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 36.16%
G = 19.77%
B = 44.07%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C069EA (or 0xC069EA) is known color: Medium Orchid. HEX triplet: C0, 69 and EA. RGB value is (192,105,234). Sum of RGB (Red+Green+Blue) = 192+105+234=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C069EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069EA is #3F9615. Grayscale: #919191. Windows color (decimal): -4167190 or 15362496. OLE color: 15362496.

HSL color Cylindrical-coordinate representation of color #C069EA: hue angle of 280.47º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C069EA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 105 234 -
CMYK 0.18 0.55 0 0.08
HSL 280.47º 0.75% 0.66% -
HSV(B) 280.47º 0.55% 0.92% -
XYZ 41.64 27.25 80.91 -
YUV 145.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 192 105 234 0.18 0.55 0 0.08 280.47 0.75 0.66
Hex C0 69 EA 12 37 0 8 118 4B 42
Octal 300 151 352 22 67 0 10 430 113 102
Binary 11000000 1101001 11101010 10010 110111 0 1000 100011000 1001011 1000010

Color Harmonies of #C069EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069EA

Black with #C069EA

Text Example


Text Example

White with #C069EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069EA; }

 p { color: rgb(192,105,234); }

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

background-color css

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

 a { background-color: rgb(192,105,234); }

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

border-color css

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

 span { border-color: rgb(192,105,234); }

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