Html Css Color HEX #CF5FE1 Orchid

📋 copy color: '#CF5FE1'

red 207 ◦ green 95 ◦ blue 225

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

Shades of Orchid #CF5FE1

Tints of Orchid #CF5FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.03%

 BLUE value IS 225 (88.28% from 255) = 42.69%

R = 39.28%
G = 18.03%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF5FE1 (or 0xCF5FE1) is known color: Orchid. HEX triplet: CF, 5F and E1. RGB value is (207,95,225). Sum of RGB (Red+Green+Blue) = 207+95+225=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF5FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FE1 is #30A01E. Grayscale: #8E8E8E. Windows color (decimal): -3186719 or 14770127. OLE color: 14770127.

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

Color convert

RGB 207 95 225 -
CMYK 0.08 0.58 0 0.12
HSL 291.69º 0.68% 0.63% -
HSV(B) 291.69º 0.58% 0.88% -
XYZ 43.41 26.89 74.14 -
YUV 143.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 207 95 225 0.08 0.58 0 0.12 291.69 0.68 0.63
Hex CF 5F E1 8 3A 0 C 124 44 3F
Octal 317 137 341 10 72 0 14 444 104 77
Binary 11001111 1011111 11100001 1000 111010 0 1100 100100100 1000100 111111

Color Harmonies of #CF5FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FE1

Black with #CF5FE1

Text Example


Text Example

White with #CF5FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FE1; }

 p { color: rgb(207,95,225); }

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

background-color css

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

 a { background-color: rgb(207,95,225); }

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

border-color css

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

 span { border-color: rgb(207,95,225); }

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