Html Css Color HEX #CF6FC5 Orchid

📋 copy color: '#CF6FC5'

red 207 ◦ green 111 ◦ blue 197

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

Shades of Orchid #CF6FC5

Tints of Orchid #CF6FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.55%

 BLUE value IS 197 (77.34% from 255) = 38.25%

R = 40.19%
G = 21.55%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF6FC5 (or 0xCF6FC5) is known color: Orchid. HEX triplet: CF, 6F and C5. RGB value is (207,111,197). Sum of RGB (Red+Green+Blue) = 207+111+197=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FC5 is #30903A. Grayscale: #959595. Windows color (decimal): -3182651 or 12939215. OLE color: 12939215.

HSL color Cylindrical-coordinate representation of color #CF6FC5: hue angle of 306.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FC5 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 197 -
CMYK 0 0.46 0.05 0.19
HSL 306.25º 0.5% 0.62% -
HSV(B) 306.25º 0.46% 0.81% -
XYZ 41.49 28.67 56.17 -
YUV 149.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 207 111 197 0 0.46 0.05 0.19 306.25 0.5 0.62
Hex CF 6F C5 0 2E 5 13 132 32 3E
Octal 317 157 305 0 56 5 23 462 62 76
Binary 11001111 1101111 11000101 0 101110 101 10011 100110010 110010 111110

Color Harmonies of #CF6FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FC5

Black with #CF6FC5

Text Example


Text Example

White with #CF6FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FC5; }

 p { color: rgb(207,111,197); }

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

background-color css

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

 a { background-color: rgb(207,111,197); }

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

border-color css

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

 span { border-color: rgb(207,111,197); }

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