Html Css Color HEX #CF5CE7 Medium Orchid

📋 copy color: '#CF5CE7'

red 207 ◦ green 92 ◦ blue 231

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

Shades of Medium Orchid #CF5CE7

Tints of Medium Orchid #CF5CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 39.06%
G = 17.36%
B = 43.58%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF5CE7 (or 0xCF5CE7) is known color: Medium Orchid. HEX triplet: CF, 5C and E7. RGB value is (207,92,231). Sum of RGB (Red+Green+Blue) = 207+92+231=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF5CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CE7 is #30A318. Grayscale: #8D8D8D. Windows color (decimal): -3187481 or 15162575. OLE color: 15162575.

HSL color Cylindrical-coordinate representation of color #CF5CE7: hue angle of 289.64º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5CE7 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 92 231 -
CMYK 0.10 0.60 0 0.09
HSL 289.64º 0.74% 0.63% -
HSV(B) 289.64º 0.6% 0.91% -
XYZ 43.98 26.69 78.43 -
YUV 142.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 207 92 231 0.10 0.60 0 0.09 289.64 0.74 0.63
Hex CF 5C E7 A 3C 0 9 122 4A 3F
Octal 317 134 347 12 74 0 11 442 112 77
Binary 11001111 1011100 11100111 1010 111100 0 1001 100100010 1001010 111111

Color Harmonies of #CF5CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CE7

Black with #CF5CE7

Text Example


Text Example

White with #CF5CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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