Html Css Color HEX #C67FD0 Orchid

📋 copy color: '#C67FD0'

red 198 ◦ green 127 ◦ blue 208

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

Shades of Orchid #C67FD0

Tints of Orchid #C67FD0

RGB

 RED value IS 198 (77.73% from 255) = 37.15%

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 37.15%
G = 23.83%
B = 39.02%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C67FD0 (or 0xC67FD0) is known color: Orchid. HEX triplet: C6, 7F and D0. RGB value is (198,127,208). Sum of RGB (Red+Green+Blue) = 198+127+208=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #C67FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FD0 is #39802F. Grayscale: #9D9D9D. Windows color (decimal): -3768368 or 13664198. OLE color: 13664198.

HSL color Cylindrical-coordinate representation of color #C67FD0: hue angle of 292.59º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67FD0 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 127 208 -
CMYK 0.05 0.39 0 0.18
HSL 292.59º 0.46% 0.66% -
HSV(B) 292.59º 0.39% 0.82% -
XYZ 42.26 31.74 63.57 -
YUV 157.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 198 127 208 0.05 0.39 0 0.18 292.59 0.46 0.66
Hex C6 7F D0 5 27 0 12 125 2E 42
Octal 306 177 320 5 47 0 22 445 56 102
Binary 11000110 1111111 11010000 101 100111 0 10010 100100101 101110 1000010

Color Harmonies of #C67FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FD0

Black with #C67FD0

Text Example


Text Example

White with #C67FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FD0; }

 p { color: rgb(198,127,208); }

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

background-color css

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

 a { background-color: rgb(198,127,208); }

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

border-color css

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

 span { border-color: rgb(198,127,208); }

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