Html Css Color HEX #CF7FCF Orchid

📋 copy color: '#CF7FCF'

red 207 ◦ green 127 ◦ blue 207

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

Shades of Orchid #CF7FCF

Tints of Orchid #CF7FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.48%

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

R = 38.26%
G = 23.48%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF7FCF (or 0xCF7FCF) is known color: Orchid. HEX triplet: CF, 7F and CF. RGB value is (207,127,207). Sum of RGB (Red+Green+Blue) = 207+127+207=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FCF is #308030. Grayscale: #9F9F9F. Windows color (decimal): -3178545 or 13598671. OLE color: 13598671.

HSL color Cylindrical-coordinate representation of color #CF7FCF: hue angle of 300º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FCF is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 207 -
CMYK 0 0.39 0 0.19
HSL 300º 0.45% 0.65% -
HSV(B) 300º 0.39% 0.81% -
XYZ 44.58 32.95 63.04 -
YUV 160.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 207 127 207 0 0.39 0 0.19 300 0.45 0.65
Hex CF 7F CF 0 27 0 13 12C 2D 41
Octal 317 177 317 0 47 0 23 454 55 101
Binary 11001111 1111111 11001111 0 100111 0 10011 100101100 101101 1000001

Color Harmonies of #CF7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FCF

Black with #CF7FCF

Text Example


Text Example

White with #CF7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FCF; }

 p { color: rgb(207,127,207); }

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

background-color css

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

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

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

border-color css

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

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

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