Html Css Color HEX #CF6BC1 Orchid

📋 copy color: '#CF6BC1'

red 207 ◦ green 107 ◦ blue 193

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

Shades of Orchid #CF6BC1

Tints of Orchid #CF6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 40.83%
G = 21.1%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF6BC1 (or 0xCF6BC1) is known color: Orchid. HEX triplet: CF, 6B and C1. RGB value is (207,107,193). Sum of RGB (Red+Green+Blue) = 207+107+193=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BC1 is #30943E. Grayscale: #929292. Windows color (decimal): -3183679 or 12676047. OLE color: 12676047.

HSL color Cylindrical-coordinate representation of color #CF6BC1: hue angle of 308.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6BC1 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 193 -
CMYK 0 0.48 0.07 0.19
HSL 308.4º 0.51% 0.62% -
HSV(B) 308.4º 0.48% 0.81% -
XYZ 40.62 27.63 53.64 -
YUV 146.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 207 107 193 0 0.48 0.07 0.19 308.4 0.51 0.62
Hex CF 6B C1 0 30 7 13 134 33 3E
Octal 317 153 301 0 60 7 23 464 63 76
Binary 11001111 1101011 11000001 0 110000 111 10011 100110100 110011 111110

Color Harmonies of #CF6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BC1

Black with #CF6BC1

Text Example


Text Example

White with #CF6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BC1; }

 p { color: rgb(207,107,193); }

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

background-color css

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

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

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

border-color css

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

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

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