Html Css Color HEX #CF6FDF Orchid

📋 copy color: '#CF6FDF'

red 207 ◦ green 111 ◦ blue 223

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

Shades of Orchid #CF6FDF

Tints of Orchid #CF6FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 38.26%
G = 20.52%
B = 41.22%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF6FDF (or 0xCF6FDF) is known color: Orchid. HEX triplet: CF, 6F and DF. RGB value is (207,111,223). Sum of RGB (Red+Green+Blue) = 207+111+223=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FDF is #309020. Grayscale: #989898. Windows color (decimal): -3182625 or 14643151. OLE color: 14643151.

HSL color Cylindrical-coordinate representation of color #CF6FDF: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6FDF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 111 223 -
CMYK 0.07 0.50 0 0.13
HSL 291.43º 0.64% 0.65% -
HSV(B) 291.43º 0.5% 0.87% -
XYZ 44.74 29.96 73.24 -
YUV 152.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 207 111 223 0.07 0.50 0 0.13 291.43 0.64 0.65
Hex CF 6F DF 7 32 0 D 123 40 41
Octal 317 157 337 7 62 0 15 443 100 101
Binary 11001111 1101111 11011111 111 110010 0 1101 100100011 1000000 1000001

Color Harmonies of #CF6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FDF

Black with #CF6FDF

Text Example


Text Example

White with #CF6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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