Html Css Color HEX #CF3CE0 Medium Orchid

📋 copy color: '#CF3CE0'

red 207 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #CF3CE0

Tints of Medium Orchid #CF3CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 42.16%
G = 12.22%
B = 45.62%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF3CE0 (or 0xCF3CE0) is known color: Medium Orchid. HEX triplet: CF, 3C and E0. RGB value is (207,60,224). Sum of RGB (Red+Green+Blue) = 207+60+224=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF3CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CE0 is #30C31F. Grayscale: #7A7A7A. Windows color (decimal): -3195680 or 14695631. OLE color: 14695631.

HSL color Cylindrical-coordinate representation of color #CF3CE0: hue angle of 293.78º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3CE0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 60 224 -
CMYK 0.08 0.73 0 0.12
HSL 293.78º 0.73% 0.56% -
HSV(B) 293.78º 0.73% 0.88% -
XYZ 40.8 21.88 72.59 -
YUV 122.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 207 60 224 0.08 0.73 0 0.12 293.78 0.73 0.56
Hex CF 3C E0 8 49 0 C 126 49 38
Octal 317 74 340 10 111 0 14 446 111 70
Binary 11001111 111100 11100000 1000 1001001 0 1100 100100110 1001001 111000

Color Harmonies of #CF3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CE0

Black with #CF3CE0

Text Example


Text Example

White with #CF3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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