Html Css Color HEX #CF83CF Orchid

📋 copy color: '#CF83CF'

red 207 ◦ green 131 ◦ blue 207

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

Shades of Orchid #CF83CF

Tints of Orchid #CF83CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.04%

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

R = 37.98%
G = 24.04%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF83CF (or 0xCF83CF) is known color: Orchid. HEX triplet: CF, 83 and CF. RGB value is (207,131,207). Sum of RGB (Red+Green+Blue) = 207+131+207=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83CF is #307C30. Grayscale: #A2A2A2. Windows color (decimal): -3177521 or 13599695. OLE color: 13599695.

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

Color convert

RGB 207 131 207 -
CMYK 0 0.37 0 0.19
HSL 300º 0.44% 0.66% -
HSV(B) 300º 0.37% 0.81% -
XYZ 45.11 34 63.22 -
YUV 162.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 207 131 207 0 0.37 0 0.19 300 0.44 0.66
Hex CF 83 CF 0 25 0 13 12C 2C 42
Octal 317 203 317 0 45 0 23 454 54 102
Binary 11001111 10000011 11001111 0 100101 0 10011 100101100 101100 1000010

Color Harmonies of #CF83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83CF

Black with #CF83CF

Text Example


Text Example

White with #CF83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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