Html Css Color HEX #CF3CE5 Medium Orchid

📋 copy color: '#CF3CE5'

red 207 ◦ green 60 ◦ blue 229

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

Shades of Medium Orchid #CF3CE5

Tints of Medium Orchid #CF3CE5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.1%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 41.73%
G = 12.1%
B = 46.17%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF3CE5 (or 0xCF3CE5) is known color: Medium Orchid. HEX triplet: CF, 3C and E5. RGB value is (207,60,229). Sum of RGB (Red+Green+Blue) = 207+60+229=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CE5 is #30C31A. Grayscale: #7A7A7A. Windows color (decimal): -3195675 or 15023311. OLE color: 15023311.

HSL color Cylindrical-coordinate representation of color #CF3CE5: hue angle of 292.19º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3CE5 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 60 229 -
CMYK 0.10 0.74 0 0.10
HSL 292.19º 0.76% 0.57% -
HSV(B) 292.19º 0.74% 0.9% -
XYZ 41.49 22.15 76.22 -
YUV 123.22 187.7 187.76 -
System Red Green Blue C M Y K H S L
Decimal 207 60 229 0.10 0.74 0 0.10 292.19 0.76 0.57
Hex CF 3C E5 A 4A 0 A 124 4C 39
Octal 317 74 345 12 112 0 12 444 114 71
Binary 11001111 111100 11100101 1010 1001010 0 1010 100100100 1001100 111001

Color Harmonies of #CF3CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CE5

Black with #CF3CE5

Text Example


Text Example

White with #CF3CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CE5; }

 p { color: rgb(207,60,229); }

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

background-color css

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

 a { background-color: rgb(207,60,229); }

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

border-color css

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

 span { border-color: rgb(207,60,229); }

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