Html Css Color HEX #CF83D3 Orchid

📋 copy color: '#CF83D3'

red 207 ◦ green 131 ◦ blue 211

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

Shades of Orchid #CF83D3

Tints of Orchid #CF83D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 37.7%
G = 23.86%
B = 38.43%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF83D3 (or 0xCF83D3) is known color: Orchid. HEX triplet: CF, 83 and D3. RGB value is (207,131,211). Sum of RGB (Red+Green+Blue) = 207+131+211=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF83D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83D3 is #307C2C. Grayscale: #A2A2A2. Windows color (decimal): -3177517 or 13861839. OLE color: 13861839.

HSL color Cylindrical-coordinate representation of color #CF83D3: hue angle of 297º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF83D3 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 131 211 -
CMYK 0.02 0.38 0 0.17
HSL 297º 0.48% 0.67% -
HSV(B) 297º 0.38% 0.83% -
XYZ 45.61 34.2 65.83 -
YUV 162.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 207 131 211 0.02 0.38 0 0.17 297 0.48 0.67
Hex CF 83 D3 2 26 0 11 129 30 43
Octal 317 203 323 2 46 0 21 451 60 103
Binary 11001111 10000011 11010011 10 100110 0 10001 100101001 110000 1000011

Color Harmonies of #CF83D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83D3

Black with #CF83D3

Text Example


Text Example

White with #CF83D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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