Html Css Color HEX #CF3CEB Medium Orchid

📋 copy color: '#CF3CEB'

red 207 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #CF3CEB

Tints of Medium Orchid #CF3CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 41.24%
G = 11.95%
B = 46.81%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF3CEB (or 0xCF3CEB) is known color: Medium Orchid. HEX triplet: CF, 3C and EB. RGB value is (207,60,235). Sum of RGB (Red+Green+Blue) = 207+60+235=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CEB is #30C314. Grayscale: #7B7B7B. Windows color (decimal): -3195669 or 15416527. OLE color: 15416527.

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

Color convert

RGB 207 60 235 -
CMYK 0.12 0.74 0 0.08
HSL 290.4º 0.81% 0.58% -
HSV(B) 290.4º 0.74% 0.92% -
XYZ 42.34 22.5 80.71 -
YUV 123.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 207 60 235 0.12 0.74 0 0.08 290.4 0.81 0.58
Hex CF 3C EB C 4A 0 8 122 51 3A
Octal 317 74 353 14 112 0 10 442 121 72
Binary 11001111 111100 11101011 1100 1001010 0 1000 100100010 1010001 111010

Color Harmonies of #CF3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CEB

Black with #CF3CEB

Text Example


Text Example

White with #CF3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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