Html Css Color HEX #CF5AEA Medium Orchid

📋 copy color: '#CF5AEA'

red 207 ◦ green 90 ◦ blue 234

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

Shades of Medium Orchid #CF5AEA

Tints of Medium Orchid #CF5AEA

RGB

 RED value IS 207 (81.25% from 255) = 38.98%

 GREEN value IS 90 (35.55% from 255) = 16.95%

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

R = 38.98%
G = 16.95%
B = 44.07%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF5AEA (or 0xCF5AEA) is known color: Medium Orchid. HEX triplet: CF, 5A and EA. RGB value is (207,90,234). Sum of RGB (Red+Green+Blue) = 207+90+234=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 90 (35.55% from 255 or 16.95% 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 #CF5AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AEA is #30A515. Grayscale: #8C8C8C. Windows color (decimal): -3187990 or 15358671. OLE color: 15358671.

HSL color Cylindrical-coordinate representation of color #CF5AEA: hue angle of 288.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5AEA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 90 234 -
CMYK 0.12 0.62 0 0.08
HSL 288.75º 0.77% 0.64% -
HSV(B) 288.75º 0.62% 0.92% -
XYZ 44.24 26.52 80.63 -
YUV 141.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 207 90 234 0.12 0.62 0 0.08 288.75 0.77 0.64
Hex CF 5A EA C 3E 0 8 121 4D 40
Octal 317 132 352 14 76 0 10 441 115 100
Binary 11001111 1011010 11101010 1100 111110 0 1000 100100001 1001101 1000000

Color Harmonies of #CF5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AEA

Black with #CF5AEA

Text Example


Text Example

White with #CF5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AEA; }

 p { color: rgb(207,90,234); }

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

background-color css

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

 a { background-color: rgb(207,90,234); }

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

border-color css

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

 span { border-color: rgb(207,90,234); }

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