Html Css Color HEX #CF6FC3 Orchid

📋 copy color: '#CF6FC3'

red 207 ◦ green 111 ◦ blue 195

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

Shades of Orchid #CF6FC3

Tints of Orchid #CF6FC3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

 BLUE value IS 195 (76.56% from 255) = 38.01%

R = 40.35%
G = 21.64%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF6FC3 (or 0xCF6FC3) is known color: Orchid. HEX triplet: CF, 6F and C3. RGB value is (207,111,195). Sum of RGB (Red+Green+Blue) = 207+111+195=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FC3 is #30903C. Grayscale: #959595. Windows color (decimal): -3182653 or 12808143. OLE color: 12808143.

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

Color convert

RGB 207 111 195 -
CMYK 0 0.46 0.06 0.19
HSL 307.5º 0.5% 0.62% -
HSV(B) 307.5º 0.46% 0.81% -
XYZ 41.27 28.57 54.97 -
YUV 149.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 207 111 195 0 0.46 0.06 0.19 307.5 0.5 0.62
Hex CF 6F C3 0 2E 6 13 134 32 3E
Octal 317 157 303 0 56 6 23 464 62 76
Binary 11001111 1101111 11000011 0 101110 110 10011 100110100 110010 111110

Color Harmonies of #CF6FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FC3

Black with #CF6FC3

Text Example


Text Example

White with #CF6FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FC3; }

 p { color: rgb(207,111,195); }

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

background-color css

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

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

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

border-color css

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

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

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