#CF83CA

Color #CF83CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF83CA

Tints of Orchid #CF83CA

Color information

#CF83CA (or 0xCF83CA) is unknown color: approx Orchid. HEX triplet: CF, 83 and CA. RGB value is (207,131,202). Sum of RGB (Red+Green+Blue) = 207+131+202=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83CA is #307C35. Grayscale: #A1A1A1. Windows color (decimal): -3177526 or 13272015. OLE color: 13272015.

HSL color Cylindrical-coordinate representation of color #CF83CA: hue angle of 303.95º 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 #CF83CA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207131202-
CMYK00.370.020.19
HSL303.95º44.19%66.27%-
HSV(B)303.95º36.71%81.18%-
XYZ44.5133.7660.05-
YUV161.82150.68160.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 131 (51.56% from 255) = 24.26%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=38.33%
G=24.26%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713120200.370.020.19303.9544.1966.27
HexCF83CA0252131302c42
Octal31720331204522346054102
Binary110011111000001111001010010010110100111001100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83CA; }

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

 H1.HeaderClassName
 {
   color: #CF83CA;
 }
 .AnyTagClassName
 {
   color: #CF83CA;
 }
</style>
background-color css

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

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

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

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

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

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