Html Css Color HEX #CF5CEB Medium Orchid

📋 copy color: '#CF5CEB'

red 207 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #CF5CEB

Tints of Medium Orchid #CF5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.23%

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

R = 38.76%
G = 17.23%
B = 44.01%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF5CEB (or 0xCF5CEB) is known color: Medium Orchid. HEX triplet: CF, 5C and EB. RGB value is (207,92,235). Sum of RGB (Red+Green+Blue) = 207+92+235=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CEB is #30A314. Grayscale: #8E8E8E. Windows color (decimal): -3187477 or 15424719. OLE color: 15424719.

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

Color convert

RGB 207 92 235 -
CMYK 0.12 0.61 0 0.08
HSL 288.25º 0.78% 0.64% -
HSV(B) 288.25º 0.61% 0.92% -
XYZ 44.55 26.92 81.44 -
YUV 142.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 207 92 235 0.12 0.61 0 0.08 288.25 0.78 0.64
Hex CF 5C EB C 3D 0 8 120 4E 40
Octal 317 134 353 14 75 0 10 440 116 100
Binary 11001111 1011100 11101011 1100 111101 0 1000 100100000 1001110 1000000

Color Harmonies of #CF5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CEB

Black with #CF5CEB

Text Example


Text Example

White with #CF5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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