Html Css Color HEX #CF6FE0 Orchid

📋 copy color: '#CF6FE0'

red 207 ◦ green 111 ◦ blue 224

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

Shades of Orchid #CF6FE0

Tints of Orchid #CF6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 38.19%
G = 20.48%
B = 41.33%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF6FE0 (or 0xCF6FE0) is known color: Orchid. HEX triplet: CF, 6F and E0. RGB value is (207,111,224). Sum of RGB (Red+Green+Blue) = 207+111+224=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FE0 is #30901F. Grayscale: #989898. Windows color (decimal): -3182624 or 14708687. OLE color: 14708687.

HSL color Cylindrical-coordinate representation of color #CF6FE0: hue angle of 290.97º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6FE0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 111 224 -
CMYK 0.08 0.50 0 0.12
HSL 290.97º 0.65% 0.66% -
HSV(B) 290.97º 0.5% 0.88% -
XYZ 44.87 30.02 73.95 -
YUV 152.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 207 111 224 0.08 0.50 0 0.12 290.97 0.65 0.66
Hex CF 6F E0 8 32 0 C 123 41 42
Octal 317 157 340 10 62 0 14 443 101 102
Binary 11001111 1101111 11100000 1000 110010 0 1100 100100011 1000001 1000010

Color Harmonies of #CF6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FE0

Black with #CF6FE0

Text Example


Text Example

White with #CF6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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